Fix upgrade-system runtime dependency

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

View file

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