no way this works
This commit is contained in:
parent
c1c06ab01c
commit
294b4a05ba
2 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
let
|
||||
importOverlays = builtins.map
|
||||
(overlay: overlay { inherit lib inputs; })
|
||||
(overlay: import overlay { inherit lib inputs; })
|
||||
(builtins.filter
|
||||
(file: builtins.match "(.*.nix)" (builtins.toString file) != [])
|
||||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||
in {
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue