Merge pull request #77 from blaggacao/patch-3
Evaluate exported pkgs against repo baseline nixos
This commit is contained in:
commit
ade0ca4e3a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
let
|
let
|
||||||
pkgs = pkgImport {
|
pkgs = pkgImport {
|
||||||
inherit system;
|
inherit system;
|
||||||
pkgs = master;
|
pkgs = nixos;
|
||||||
overlays = [ devshell.overlay ];
|
overlays = [ devshell.overlay ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue