forked from emily/nixfiles
Fix update-system runtime dependency
This commit is contained in:
parent
d681beae48
commit
72cd4b6d78
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ pkgs.writeShellApplication {
|
|||
name = "update-nixfiles";
|
||||
text = builtins.readFile ./update-nixfiles.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
bash
|
||||
curl
|
||||
jq
|
||||
nix
|
||||
|
|
Loading…
Reference in a new issue