{ pkgs, ... }: pkgs.writeShellApplication { name = "nixfiles-updated-inputs"; text = builtins.readFile ./nixfiles-updated-inputs.sh; runtimeInputs = with pkgs; [ git nix openssh ]; }