{ pkgs, ... }: pkgs.writeShellApplication { name = "nixfiles-system-upgrade"; text = builtins.readFile ./nixfiles-system-upgrade.sh; runtimeInputs = with pkgs; [ curl jq nix ]; }