This commit is contained in:
caem 2025-01-23 15:46:27 +01:00
parent 16912f4b92
commit f236f3add6
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ lib, inputs, ... }:
{ lib, inputs, rootDir, ... }:
let
/*
@ -14,7 +14,7 @@ let
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
(lib.filesystem.listFilesRecursive ../../../overlays));
*/
c = builtins.trace ../../../overlays null;
c = builtins.trace "${rootDir}/overlays" null;
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
in {
nix = {