mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-29 00:44:57 +08:00
-j auto
This commit is contained in:
parent
66dcd9d9b6
commit
070379b97a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc
|
||||
registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs
|
||||
settings = {
|
||||
max-jobs = "auto";
|
||||
experimental-features = "nix-command flakes repl-flake";
|
||||
# I don't have an Intel mac.
|
||||
extra-platforms = lib.mkIf pkgs.stdenv.isDarwin "aarch64-darwin x86_64-darwin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue