feat(flake): add quick-nix-registry
This commit is contained in:
parent
a83bbd2b7a
commit
22bf3d0131
2 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
||||||
|
|
||||||
hlissner-dotfiles.url = "github:hlissner/dotfiles";
|
hlissner-dotfiles.url = "github:hlissner/dotfiles";
|
||||||
|
|
||||||
|
quick-nix-registry.url = "github:divnix/quick-nix-registry";
|
||||||
|
|
||||||
# --- Application-Specific Flake Inputs
|
# --- Application-Specific Flake Inputs
|
||||||
# # --- Powercord
|
# # --- Powercord
|
||||||
powercord-setup.url = "path:/etc/nixos/subflakes/powercord";
|
powercord-setup.url = "path:/etc/nixos/subflakes/powercord";
|
||||||
|
@ -104,6 +106,7 @@
|
||||||
bud.nixosModules.bud
|
bud.nixosModules.bud
|
||||||
|
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
|
inputs.quick-nix-registry.nixosModules.local-registry
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,11 @@ with lib;
|
||||||
"nixos-config=${../../lib/compat/nixos}"
|
"nixos-config=${../../lib/compat/nixos}"
|
||||||
"home-manager=${inputs.home}"
|
"home-manager=${inputs.home}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
localRegistry = {
|
||||||
|
enable = true;
|
||||||
|
cacheGlobalRegistry = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue