i understand it now
This commit is contained in:
parent
0977d07134
commit
17fbdc5e6b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ let
|
|||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||
*/
|
||||
a = builtins.trace "${lib.filesystem.listFilesRecursive}" 1;
|
||||
a = builtins.trace lib.filesystem.listFilesRecursive null;
|
||||
in {
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue