diff options
author | Linnnus <[email protected]> | 2023-10-07 18:23:07 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-07 18:23:07 +0200 |
commit | 107c85fa9046ab03f6dde9c63665734a67e210d9 (patch) | |
tree | 4cd5702350e3cde3d61817433e271a8766a48b0c /hosts | |
parent | fdf02bf9dfb3721ba8b5e07a1e509d4d92833d7a (diff) |
Add nix-index to basic sysadmin packages
This probably won't increase baseline closure size, since comma already
pulls in that dependency.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 20d9919..ec45367 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -29,6 +29,7 @@ jq vim comma + nix-index curl moreutils flakeInputs.agenix.packages.${system}.default |