Don't rely on cache.nixos.org

Users can substitute from it the first time they encounter a path it
has, but otherwise they should re-substitute from us.
This commit is contained in:
Cole Helbling 2024-01-18 07:38:51 -08:00
parent ac64bcd221
commit b08e97efea

View file

@ -134,7 +134,7 @@ pub async fn init_cache(
is_public: false,
priority: 39,
store_dir: "/nix/store".to_owned(),
upstream_cache_key_names: vec!["cache.nixos.org-1".to_owned()], // FIXME: do we want this?
upstream_cache_key_names: vec![],
};
if let Err(err) = api.create_cache(&cache, request).await {