Testing s3-backed binary cache
This commit is contained in:
parent
4bd2c41976
commit
81b290bc07
|
@ -40,8 +40,9 @@ in {
|
||||||
substituters =
|
substituters =
|
||||||
if cfg.useSelfhostedCache
|
if cfg.useSelfhostedCache
|
||||||
then [
|
then [
|
||||||
|
# TESTING
|
||||||
|
"https://minio.kilonull.com/nix-store"
|
||||||
selfHostedCacheHost
|
selfHostedCacheHost
|
||||||
"https://cache.nixos.org/"
|
|
||||||
]
|
]
|
||||||
else [];
|
else [];
|
||||||
trusted-public-keys =
|
trusted-public-keys =
|
||||||
|
|
Loading…
Reference in a new issue