surely this works
This commit is contained in:
parent
6c79d2aadb
commit
1b32a5a22f
3 changed files with 14 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ lib, inputs, cfgPath, ... }:
|
||||
{ pkgs, lib, inputs, cfgPath, ... }:
|
||||
|
||||
let
|
||||
importOverlays = builtins.map
|
||||
(overlay: import overlay { inherit lib inputs; })
|
||||
(overlay: import overlay { inherit lib inputs pkgs; })
|
||||
(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