pin flake registry
This commit is contained in:
parent
a3fb63cff6
commit
c75427cf69
3 changed files with 22 additions and 0 deletions
|
@ -14,6 +14,7 @@ in
|
|||
|
||||
nix.nixPath = lib.mapAttrsToList (name: value: "${name}=${value}") inputs;
|
||||
nix.registry = lib.mapAttrs' (name: value: lib.nameValuePair name { flake = value; }) inputs;
|
||||
nix.settings.flake-registry = "${config.dadada.inputs.flake-registry}/flake-registry.json";
|
||||
|
||||
nix.settings.substituters = [
|
||||
https://cache.nixos.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue