9 lines
144 B
Nix
9 lines
144 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [ ./fetch-nix-index-database.nix ];
|
||
|
|
||
|
programs.nix-index = {
|
||
|
enable = true;
|
||
|
enableDatabaseFetcher = true;
|
||
|
};
|
||
|
}
|