fix(shell): give sources to overlays
This commit is contained in:
parent
8de7773129
commit
fed5e28372
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
|||
|
||||
pkgs = import sources."nixos-unstable" {
|
||||
config.allowUnfree = true;
|
||||
overlays = import ./pkgs/overlays.nix;
|
||||
overlays = import ./pkgs/overlays.nix { inherit sources; };
|
||||
};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue