1
Fork 0
This commit is contained in:
caem 2025-01-23 15:08:49 +01:00
parent d20eff1f0e
commit d0a5ea5e24
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -18,12 +18,12 @@ in {
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
}; };
piss = builtins.trace "overlays: ${importOverlays}" importOverlays;
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;
}; };
hostPlatform = lib.mkDefault "x86_64-linux"; hostPlatform = lib.mkDefault "x86_64-linux";
overlays = builtins.trace "overlays: ${importOverlays}" importOverlays; overlays = [];
}; };
} }