diff options
| author | adikro <adikro@disroot.org> | 2026-03-13 23:41:17 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-13 23:41:17 +0100 |
| commit | f0c0e311c003057f24d8045509a627ad2acab978 (patch) | |
| tree | a1955fe601c487aab46fa47838cd25b8273508ac /scripts/default.nix | |
| parent | ffefb53956c38909da77fe7ebbbb5d8b5dd823b9 (diff) | |
removing obsolete stuff
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; - }; -} |
