add pkgs overlay, pkgs.overlay is just for srcs
This commit is contained in:
parent
37820fc214
commit
b766c693ab
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
nixos = {
|
||||
overlays = nixos.lib.flatten [
|
||||
(devos.lib.pathsIn ./overlays)
|
||||
pkgs.overlay
|
||||
./pkgs/default.nix
|
||||
pkgs.overlay # for `srcs`
|
||||
./overrides.nix # from "latest" channel
|
||||
nur.overlay
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue