nix.conf: enable parallel building (#90)

This is a sensible default given Docker images are often used for CI and build jobs.
This commit is contained in:
erikarvstedt 2025-06-04 16:19:54 +02:00 committed by GitHub
parent 074dd32ad1
commit 98e0048215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ docker-nixpkgs.nix.override {
text = ''
accept-flake-config = true
experimental-features = nix-command flakes
max-jobs = auto
'';
})
] ++ extraContents;