From 9443a0b51e356116ae4ee22be9b8aae5d3bcd386 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 12 Oct 2023 22:58:50 +0200 Subject: [PATCH] darwin.linux-builder: Set meta.position --- nixos/modules/profiles/macos-builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/macos-builder.nix b/nixos/modules/profiles/macos-builder.nix index cc01b16960ce..f36b8e70fd38 100644 --- a/nixos/modules/profiles/macos-builder.nix +++ b/nixos/modules/profiles/macos-builder.nix @@ -163,6 +163,7 @@ in in script.overrideAttrs (old: { + pos = __curPos; # sets meta.position to point here; see script binding above for package definition meta = (old.meta or { }) // { platforms = lib.platforms.darwin; };