Don't evaluate overlays on master
master is only used in the context of `pkgs/override.nix` and `unstableModulesPath` and only within `./hosts` Since overlays exists that are incompatible between nixos and master at evaluation time (sic!), this together with #77 avoids evaluating overlays against master all together.
This commit is contained in:
parent
d0fe508da2
commit
7fb5967735
@ -41,7 +41,8 @@ in
|
||||
};
|
||||
|
||||
unstablePkgs = pkgImport {
|
||||
inherit system overlays;
|
||||
inherit system;
|
||||
overlays = [];
|
||||
pkgs = master;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user