Merge pull request #147933 from talyz/make-disk-image-nix-2.4
make-disk-image: Make additionalPaths work with Nix 2.4
This commit is contained in:
commit
0868d2fde1
@ -281,7 +281,7 @@ let format' = format; in let
|
||||
--substituters ""
|
||||
|
||||
${optionalString (additionalPaths' != []) ''
|
||||
nix copy --to $root --no-check-sigs ${concatStringsSep " " additionalPaths'}
|
||||
nix --extra-experimental-features nix-command copy --to $root --no-check-sigs ${concatStringsSep " " additionalPaths'}
|
||||
''}
|
||||
|
||||
diskImage=nixos.raw
|
||||
|
Loading…
Reference in New Issue
Block a user