pkgs/nixfiles: nixfiles-auto-install add dependencies
This commit is contained in:
parent
71aa9f31a0
commit
c68343dea7
@ -4,6 +4,8 @@ pkgs.writeShellApplication {
|
|||||||
name = "nixfiles-auto-install";
|
name = "nixfiles-auto-install";
|
||||||
text = builtins.readFile ./nixfiles-auto-install.sh;
|
text = builtins.readFile ./nixfiles-auto-install.sh;
|
||||||
runtimeInputs = with pkgs; [
|
runtimeInputs = with pkgs; [
|
||||||
|
git
|
||||||
nixfiles-generate-config
|
nixfiles-generate-config
|
||||||
|
nixos-install-tools
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user