bruh what
This commit is contained in:
parent
3b20dd5e69
commit
ef3e6d12a5
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 ../../../overlays) null;
|
||||
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
|
||||
in {
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue