1
Fork 0

huhhhhhhhhhh

This commit is contained in:
caem 2025-01-23 15:34:16 +01:00
parent ef3e6d12a5
commit 2557862e2f
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -15,6 +15,7 @@ let
(lib.filesystem.listFilesRecursive ../../../overlays)); (lib.filesystem.listFilesRecursive ../../../overlays));
*/ */
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null; a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
c = builtins.trace ../../../overlays;
in { in {
nix = { nix = {
settings = { settings = {
@ -28,6 +29,7 @@ in {
''; '';
}; };
b = a; b = a;
d = c;
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;