1
0
Fork 0

Allow local jobs

This commit is contained in:
Malte Brandy 2020-10-07 14:27:08 +02:00
parent 63fd1acfb5
commit b93ef59673
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -56,7 +56,7 @@ self: super: {
getNivAssign name = tag name <$> getNivPath path name
remoteBuildParams :: [String]
remoteBuildParams = ["--builders", "@/etc/nix/machines", "--max-jobs", "0"]
remoteBuildParams = ["--builders", "@/etc/nix/machines"]
main :: IO ()
${code}