this actually might be it

This commit is contained in:
caem 2025-01-25 03:02:40 +01:00
parent 5541426fd0
commit 906495daf0
Signed by: caem
GPG key ID: 69A830D03203405F
5 changed files with 87 additions and 90 deletions

View file

@ -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"));