feat(flake): add quick-nix-registry

This commit is contained in:
Infinidoge 2022-04-12 09:44:50 -04:00
parent a83bbd2b7a
commit 22bf3d0131
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,11 @@ with lib;
"nixos-config=${../../lib/compat/nixos}"
"home-manager=${inputs.home}"
];
localRegistry = {
enable = true;
cacheGlobalRegistry = true;
};
};
nixpkgs.config = {