Add env var
This commit is contained in:
parent
3f3ae202c1
commit
21a8055efa
1 changed files with 4 additions and 0 deletions
|
@ -37,4 +37,8 @@
|
||||||
# gcc.tune = "x86-64-v3";
|
# gcc.tune = "x86-64-v3";
|
||||||
# system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
NIX_BUILD_CORES = 16;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue