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