1
Fork 0

bruh what

This commit is contained in:
caem 2025-01-23 15:26:54 +01:00
parent 3b20dd5e69
commit ef3e6d12a5
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 ../../../overlays) null;
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
in {
nix = {
settings = {