{ pkgs, ... }: pkgs.writeShellApplication { name = "nixfiles-auto-install"; text = builtins.readFile ./nixfiles-auto-install.sh; runtimeInputs = with pkgs; [ nixfiles-generate-config ]; }