mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
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:
@@ -12,6 +12,7 @@ docker-nixpkgs.nix.override {
|
||||
text = ''
|
||||
accept-flake-config = true
|
||||
experimental-features = nix-command flakes
|
||||
max-jobs = auto
|
||||
'';
|
||||
})
|
||||
] ++ extraContents;
|
||||
|
||||
Reference in New Issue
Block a user