this actually might be it
This commit is contained in:
parent
5541426fd0
commit
906495daf0
5 changed files with 87 additions and 90 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
importOverlays = builtins.map
|
||||
(overlay: import overlay { inherit lib inputs pkgs; })
|
||||
(overlay: import overlay { inherit lib inputs pkgs cfgPath; })
|
||||
(builtins.filter
|
||||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive "${cfgPath}/overlays"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue