feat(whitby): Use Tvix as the system Nix on whitby
... this is going to break so much stuff. Lets have some fun. Change-Id: If0185e0323391c7055d47b797083bb5afde57cb5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1829 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
ec72ca1961
commit
8fa3087067
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ in lib.fix(self: {
|
|||
time.timeZone = "UTC";
|
||||
|
||||
nix = {
|
||||
package = depot.third_party.nix;
|
||||
nrBuildUsers = 128;
|
||||
maxJobs = lib.mkDefault 64;
|
||||
extraOptions = ''
|
||||
|
|
Loading…
Reference in a new issue