make nutty-noon download from the hydra cache as opposed to the remote one

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-29 21:14:33 +01:00
parent 061b702d93
commit 5d1c1ef42e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -221,4 +221,8 @@
"zfs.fsname=hdd/docker"
];
};
nix.substituters = lib.mkForce [
"https://hydra.int.chir.rs/"
"https://cache.nixos.org/"
];
}