nix-index/nix-locate: re-enable

This commit is contained in:
Colin 2023-06-29 21:24:32 +00:00
parent e22fb2f4f5
commit 5db9c4f558
4 changed files with 9 additions and 1 deletions

View File

@ -128,6 +128,7 @@ let
neovim # needed as a user package, for swap persistence
# nettools
# networkmanager
nix-index
nixpkgs-review
# nixos-generators
nmon

View File

@ -19,6 +19,7 @@
./mpv.nix
./neovim.nix
./newsflash.nix
./nix-index.nix
./offlineimap.nix
./ripgrep.nix
./sfeed.nix

View File

@ -0,0 +1,7 @@
{ config, lib, ... }:
{
# provides `nix-locate`, backed by the manually run `nix-index`
sane.programs.nix-index = {
persist.plaintext = [ ".cache/nix-index" ];
};
}

View File

@ -73,7 +73,6 @@
"Videos"
".cache/nix"
".cache/nix-index"
# ".cargo"
# ".rustup"