diff options
Diffstat (limited to 'scripts/default.nix')
| -rw-r--r-- | scripts/default.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/scripts/default.nix b/scripts/default.nix deleted file mode 100644 index 983216d..0000000 --- a/scripts/default.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ pkgs }: -let - commonInputs = with pkgs; [ - git - gnupg - sops - nix - coreutils - util-linux - nixos-facter - ]; -in -{ - install = pkgs.writeShellApplication { - name = "nixos-install"; - runtimeInputs = commonInputs ++ [ pkgs.disko-install ]; - text = builtins.readFile ./install.sh; - }; - - setup = pkgs.writeShellApplication { - name = "nixos-setup"; - runtimeInputs = - commonInputs - ++ (with pkgs; [ - ssh-to-age - ripgrep - sd - nh - fd - ]); - text = builtins.readFile ./setup.sh; - }; -} |
