diff --git a/.github/workflows/deploy-ceremony.yml b/.github/workflows/deploy-ceremony.yml index ceb7589431..eddcec13c2 100644 --- a/.github/workflows/deploy-ceremony.yml +++ b/.github/workflows/deploy-ceremony.yml @@ -35,9 +35,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -76,9 +76,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -100,9 +100,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -124,9 +124,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a2611ea518..605fa97c0e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -38,9 +38,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -79,9 +79,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -103,9 +103,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache diff --git a/.github/workflows/deploy-zkgm-dev.yml b/.github/workflows/deploy-zkgm-dev.yml index ef60ea0e39..15cd6ce314 100644 --- a/.github/workflows/deploy-zkgm-dev.yml +++ b/.github/workflows/deploy-zkgm-dev.yml @@ -35,9 +35,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -76,9 +76,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -100,9 +100,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache @@ -124,9 +124,9 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: nixbuild/nix-quick-install-action@v28 + - uses: cachix/install-nix-action@v31 with: - nix_conf: | + extra_nix_config: | trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= union.cachix.org-1:TV9o8jexzNVbM1VNBOq9fu8NK+hL6ZhOyOh0quATy+M= trusted-substituters = https://cache.nixos.org https://cache.garnix.io https://union.cachix.org - name: Fetch from Cache