Add org-agenda-api cachix to deploy script

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 08:09:19 -08:00
parent 4d7350b3fe
commit 53afba8b40

View File

@@ -67,8 +67,11 @@ echo " dotfiles: $DOTFILES_REV"
# Build container from nixos flake for this instance # Build container from nixos flake for this instance
# Use --refresh to ensure we're not using stale cached builds # Use --refresh to ensure we're not using stale cached builds
# Use org-agenda-api cachix for faster builds
echo "Building container from flake..." echo "Building container from flake..."
nix build "$NIXOS_DIR#${INSTANCE}-org-agenda-api" -o "result-${INSTANCE}-org-agenda-api" --refresh nix build "$NIXOS_DIR#${INSTANCE}-org-agenda-api" -o "result-${INSTANCE}-org-agenda-api" --refresh \
--option extra-substituters "https://org-agenda-api.cachix.org" \
--option extra-trusted-public-keys "org-agenda-api.cachix.org-1:MzzlSeQpJ/erP9/qYU6EiS4LM4AHA/mpc8s4thtEvNI="
# Load into Docker # Load into Docker
echo "Loading container into Docker..." echo "Loading container into Docker..."