fix: Remove the binary cache from the hydra build machine

fix #55
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-09 15:05:47 +01:00
parent e00b1e9a21
commit 8752115992
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -196,4 +196,7 @@
}
];
hardware.enableRedistributableFirmware = true;
nix.settings.substituters = lib.mkForce [
"https://cache.nixos.org/"
];
}