nix-index/nix-locate: re-enable
This commit is contained in:
@@ -128,6 +128,7 @@ let
|
|||||||
neovim # needed as a user package, for swap persistence
|
neovim # needed as a user package, for swap persistence
|
||||||
# nettools
|
# nettools
|
||||||
# networkmanager
|
# networkmanager
|
||||||
|
nix-index
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
# nixos-generators
|
# nixos-generators
|
||||||
nmon
|
nmon
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
./mpv.nix
|
./mpv.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./newsflash.nix
|
./newsflash.nix
|
||||||
|
./nix-index.nix
|
||||||
./offlineimap.nix
|
./offlineimap.nix
|
||||||
./ripgrep.nix
|
./ripgrep.nix
|
||||||
./sfeed.nix
|
./sfeed.nix
|
||||||
|
7
hosts/common/programs/nix-index.nix
Normal file
7
hosts/common/programs/nix-index.nix
Normal 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" ];
|
||||||
|
};
|
||||||
|
}
|
@@ -73,7 +73,6 @@
|
|||||||
"Videos"
|
"Videos"
|
||||||
|
|
||||||
".cache/nix"
|
".cache/nix"
|
||||||
".cache/nix-index"
|
|
||||||
|
|
||||||
# ".cargo"
|
# ".cargo"
|
||||||
# ".rustup"
|
# ".rustup"
|
||||||
|
Reference in New Issue
Block a user