flake: enable registry entries for stable and unstable
This commit is contained in:
parent
4b76c15485
commit
4e860fb29d
@ -147,7 +147,11 @@
|
||||
modules = hostBase.modules ++ extraMods ++ [{
|
||||
nix = {
|
||||
registry.nixpkgs.flake = sysBase;
|
||||
nixPath = [ "nixpkgs=${sysBase}" ];
|
||||
registry.stable.flake = stable;
|
||||
registry.unstable.flake = unstable;
|
||||
nixPath = [
|
||||
"nixpkgs=${sysBase}"
|
||||
];
|
||||
};
|
||||
}] ++ [ buildVer (./. + "/hosts/${name}") ]
|
||||
++ [{ nixpkgs.overlays = overlays; }];
|
||||
|
Loading…
Reference in New Issue
Block a user