1
Fork 0

we do a little silly

This commit is contained in:
caem 2025-01-23 15:07:24 +01:00
parent d83d7f7f54
commit d20eff1f0e
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -24,6 +24,6 @@ in {
allowUnfree = true; allowUnfree = true;
}; };
hostPlatform = lib.mkDefault "x86_64-linux"; hostPlatform = lib.mkDefault "x86_64-linux";
overlays = builtins.trace "overlays:" importOverlays; overlays = builtins.trace "overlays: ${importOverlays}" importOverlays;
}; };
} }