Merge pull request #78 from blaggacao/patch-4
Don't evaluate overlays on master
This commit is contained in:
commit
c2a7984178
@ -41,7 +41,8 @@ in
|
||||
};
|
||||
|
||||
unstablePkgs = pkgImport {
|
||||
inherit system overlays;
|
||||
inherit system;
|
||||
overlays = [];
|
||||
pkgs = master;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user