forked from DGNum/infrastructure
fix(default/purity): empty overlays for pkgs in bootstrap
This commit is contained in:
parent
3319b5c3ce
commit
568bf7f1eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
let
|
||||
unpatchedSources = import ./npins;
|
||||
|
||||
pkgs = import unpatchedSources.nixos-unstable { };
|
||||
pkgs = import unpatchedSources.nixos-unstable { overlays = [ ]; };
|
||||
|
||||
patch = (import ./lib/nix-patches { patchFile = ./patches; }).base {
|
||||
inherit pkgs;
|
||||
|
|
Loading…
Add table
Reference in a new issue