diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-17 19:21:56 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-17 19:21:56 -0800 |
| commit | 243ebf35c43c9bb6f64c1fd1a51794e55f640780 (patch) | |
| tree | 7aa3f10c69967c5a1641917910306eeb02c7a632 /nix/systems/installer/default.nix | |
| parent | 40f5a8b407c0c771005c3f64b72d3c9b9da4c586 (diff) | |
| parent | 9a930ea12bd743e9ca57b70911f8c35d97af3320 (diff) | |
Merge branch 'main' of ret2pop.net:/srv/git/monorepo
Diffstat (limited to 'nix/systems/installer/default.nix')
| -rw-r--r-- | nix/systems/installer/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/installer/default.nix b/nix/systems/installer/default.nix index 0341b0d..e9232cb 100644 --- a/nix/systems/installer/default.nix +++ b/nix/systems/installer/default.nix @@ -36,7 +36,7 @@ in ]; nixos = { packages = with pkgs; [ - git + gitFull curl gum (writeShellScriptBin "nix_installer" |
