fix[client]: actually use nix-index-database

This commit is contained in:
Leon Schwarzäugl 2025-11-25 19:54:32 +01:00
parent dcbca0f082
commit f94e95e303
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 10 additions and 3 deletions

View file

@ -14,11 +14,13 @@
in
{
enable = true;
package = pkgs.symlinkJoin {
name = "nix-index";
paths = [ commandNotFound ];
};
};
programs.nix-index-database.comma.enable = true;
};
}

View file

@ -60,7 +60,6 @@
nix-inspect
nixpkgs-review
manix
comma
# shellscripts
shfmt