mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 17:30:34 +01:00
Merge pull request #12 from DeterminateSystems/graham/fh-211-change-flakehub-cache-domain-to-cacheflakehubcom
use cache.flakehub.com
This commit is contained in:
commit
5dbb9eb561
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cache-test.sh
vendored
2
.github/workflows/cache-test.sh
vendored
|
@ -7,7 +7,7 @@ seed=$(date)
|
|||
|
||||
log=$MAGIC_NIX_CACHE_DAEMONDIR/daemon.log
|
||||
|
||||
binary_cache=https://flakehub-cache-prod.fly.dev
|
||||
binary_cache=https://cache.flakehub.com
|
||||
|
||||
# Check that the action initialized correctly.
|
||||
grep 'FlakeHub cache is enabled' $log
|
||||
|
|
|
@ -41,7 +41,7 @@ inputs:
|
|||
required: false
|
||||
flakehub-cache-server:
|
||||
description: "The FlakeHub binary cache server."
|
||||
default: "https://flakehub-cache-prod.fly.dev"
|
||||
default: "https://cache.flakehub.com"
|
||||
flakehub-api-server:
|
||||
description: "The FlakeHub API server."
|
||||
default: "https://api.flakehub.com"
|
||||
|
|
Loading…
Reference in a new issue