wine: hardcode sources_file path in update script

Replace `__curPos.file` with a hardcoded path. The update script
already assumes it runs from the nixpkgs root (via `import ./. {}`),
so the path is stable.
This commit is contained in:
Philip Taron
2026-03-19 11:45:37 -07:00
parent 615f7910c2
commit ec813775ca
+1 -1
View File
@@ -61,7 +61,7 @@ let
nix
]
}
sources_file=${__curPos.file}
sources_file=./pkgs/applications/emulators/wine/sources.nix
source ${./update-lib.sh}
'';