test removing inherit
This commit is contained in:
parent
651910ac65
commit
76662dd089
@ -5,7 +5,7 @@
|
||||
#in
|
||||
let
|
||||
installFiles = pkgs.runCommand "install-files" {
|
||||
inherit (pkgs) coreutils;
|
||||
#inherit (pkgs) coreutils;
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
cp -rv ${./initrd-include}/* $out/bin/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user