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