flake.nix: explicitly append overlays from path
Co-authored-by: David Arnold <dar@xoe.solutions>
This commit is contained in:
parent
2b73d3bf53
commit
3ee831f852
1 changed files with 3 additions and 2 deletions
|
@ -34,8 +34,9 @@
|
|||
|
||||
channels = {
|
||||
nixos = {
|
||||
overlays = [
|
||||
(devlib.lib.pathsIn ./overlays)
|
||||
overlays =
|
||||
(devlib.lib.importers.pathsIn ./overlays) ++
|
||||
[
|
||||
./pkgs/default.nix
|
||||
pkgs.overlay # for `srcs`
|
||||
nur.overlay
|
||||
|
|
Loading…
Reference in a new issue