feat(flake): add quick-nix-registry
This commit is contained in:
parent
a83bbd2b7a
commit
22bf3d0131
2 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,11 @@ with lib;
|
|||
"nixos-config=${../../lib/compat/nixos}"
|
||||
"home-manager=${inputs.home}"
|
||||
];
|
||||
|
||||
localRegistry = {
|
||||
enable = true;
|
||||
cacheGlobalRegistry = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue