Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit d0a5ea5e24 - Show all commits

View file

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