Add nix-index-database
All checks were successful
/ check (push) Successful in 1m42s

This commit is contained in:
Oliver Davies 2025-07-17 12:48:47 +01:00
parent ca1160b317
commit 198c2e9d59
5 changed files with 34 additions and 1 deletions

View file

@ -22,6 +22,7 @@
./homelab/gitea-actions-runner.nix
./nix-index.nix
./nixpad
];
}

View file

@ -0,0 +1,7 @@
{ inputs, ... }:
{
imports = [ inputs.nix-index-database.nixosModules.nix-index ];
programs.nix-index-database.comma.enable = true;
}