3ukxwl2j
This commit is contained in:
parent
f236f3add6
commit
aacae912d8
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, inputs, rootDir, ... }:
|
||||
{ lib, inputs, cfgPath, ... }:
|
||||
|
||||
let
|
||||
/*
|
||||
|
@ -14,7 +14,7 @@ let
|
|||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||
*/
|
||||
c = builtins.trace "${rootDir}/overlays" null;
|
||||
c = builtins.trace "${cfgPath}/overlays" null;
|
||||
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
|
||||
in {
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue