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