Fix update-system runtime dependency

This commit is contained in:
emily 2024-06-21 23:32:20 +02:00
parent d681beae48
commit 72cd4b6d78
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -4,6 +4,7 @@ pkgs.writeShellApplication {
name = "update-nixfiles";
text = builtins.readFile ./update-nixfiles.sh;
runtimeInputs = with pkgs; [
bash
curl
jq
nix