From 1effab5812b1830f8dfde3faea8c770b66c74962 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 4 Jun 2026 12:36:27 +0200 Subject: [PATCH] ci: Use cachix instead of determinate systems installer --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d99951b..08f6cf8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,9 +12,9 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 - - name: Enable Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v3 + uses: cachix/install-nix-action@v27 + with: + nix_path: nixpkgs=channel:nixos-unstable - name: Build and Push Docker Image env: