make nutty-noon download from the hydra cache as opposed to the remote one
This commit is contained in:
parent
061b702d93
commit
5d1c1ef42e
1 changed files with 4 additions and 0 deletions
|
@ -221,4 +221,8 @@
|
|||
"zfs.fsname=hdd/docker"
|
||||
];
|
||||
};
|
||||
nix.substituters = lib.mkForce [
|
||||
"https://hydra.int.chir.rs/"
|
||||
"https://cache.nixos.org/"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue