fixed nix-super
This commit is contained in:
parent
c051a0502b
commit
61438b4154
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
];
|
||||
|
||||
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
|
||||
# stays responsive during demanding tasks such as GC and builds.
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# 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
|
||||
# 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.
|
||||
# See: <https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/check-meta.nix>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue