Evaluate exported pkgs against repo baseline nixos
The baseline pkgs for own consumption is nixos, only pkgs/override.nix provides a mechanism to "backport" packages from unstable. Therefore, we should expose our packages to others in the same context as we use them ourselves.
This commit is contained in:
parent
d0fe508da2
commit
c1b04a3aa1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
let
|
||||
pkgs = pkgImport {
|
||||
inherit system;
|
||||
pkgs = master;
|
||||
pkgs = nixos;
|
||||
overlays = [ devshell.overlay ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue