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