fixed nix-super

This commit is contained in:
Charlie Root 2024-08-08 21:27:16 +02:00
commit 61438b4154
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
]; ];
nix = { nix = {
# package = inputs'.nix-super.packages.default; package = inputs'.nix-super.packages.default;
# Run the Nix daemon on lowest possible priority so that my system # Run the Nix daemon on lowest possible priority so that my system
# stays responsive during demanding tasks such as GC and builds. # stays responsive during demanding tasks such as GC and builds.

View file

@ -31,7 +31,7 @@
# Enable parallel building by default. This, in theory, should speed up building # Enable parallel building by default. This, in theory, should speed up building
# derivations, especially rust ones. However setting this to true causes a mass rebuild # derivations, especially rust ones. However setting this to true causes a mass rebuild
# of the *entire* system closure, so it must be handled with proper care. # of the *entire* system closure, so it must be handled with proper care.
enableParallelBuildingByDefault = true; enableParallelBuildingByDefault = false;
# List of derivation warnings to display while rebuilding. # List of derivation warnings to display while rebuilding.
# See: <https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/check-meta.nix> # See: <https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/check-meta.nix>