summaryrefslogtreecommitdiff
path: root/nix/systems
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-02-17 19:17:13 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-02-17 19:17:13 -0800
commit9a930ea12bd743e9ca57b70911f8c35d97af3320 (patch)
tree732933ce123105dda191fb4eef3f6a21d40109b2 /nix/systems
parent06198567765055febc8829f9f2ca398dd6817d93 (diff)
cgit interface public-inbox integration
Diffstat (limited to 'nix/systems')
-rw-r--r--nix/systems/installer/default.nix2
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"