1
Fork 0

i understand it now

This commit is contained in:
caem 2025-01-23 15:25:08 +01:00
parent 0977d07134
commit 17fbdc5e6b
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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 = {