mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos-build-vm: Remove Nixpkgs path dependency
4ce241c882
switched `substituteAll` for `replaceVars`.
The latter stringifies the replacements, which leads to Nixpkgs filesystem path being embedded in the output.
This is disallowed by nixpkgs-basic-release-checks.nix.
https://github.com/NixOS/nixpkgs/pull/371501#issuecomment-2581315851
This commit is contained in:
parent
350a060f1d
commit
130a105248
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ replaceVarsWith {
|
||||||
|
|
||||||
replacements = {
|
replacements = {
|
||||||
inherit runtimeShell;
|
inherit runtimeShell;
|
||||||
buildVms = ./build-vms.nix;
|
buildVms = "${./build-vms.nix}";
|
||||||
};
|
};
|
||||||
|
|
||||||
dir = "bin";
|
dir = "bin";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue