more deboog
This commit is contained in:
parent
d0a5ea5e24
commit
0fa06d646f
1 changed files with 6 additions and 0 deletions
|
@ -1,11 +1,17 @@
|
|||
{ lib, inputs, ... }:
|
||||
|
||||
let
|
||||
/*
|
||||
importOverlays = builtins.map
|
||||
(overlay: import overlay { inherit lib inputs; })
|
||||
(builtins.filter
|
||||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||
*/
|
||||
importOverlays =
|
||||
(builtins.filter
|
||||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||
in {
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue