From b5c5a2bfef238471a87aaa409b9340014606eb20 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 15 Feb 2026 12:57:51 +0100 Subject: [PATCH] add comma and nix-index --- modules/nix/base-cli/pkgs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nix/base-cli/pkgs.nix b/modules/nix/base-cli/pkgs.nix index 7327fb8..3a4c5cb 100644 --- a/modules/nix/base-cli/pkgs.nix +++ b/modules/nix/base-cli/pkgs.nix @@ -35,6 +35,8 @@ in efibootmgr nfs-utils nmap + comma + nix-index agenix.packages.${stdenv.hostPlatform.system}.default ]; };