Skip to content

Commit dc23e8f

Browse files
committed
fix: use nix 2.29.1 for ephemeral installs
We will upgrade in the future, but for now we need to stick to 2.29.1
1 parent 7388b0b commit dc23e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nix-install-ephemeral/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install nix
4040
uses: cachix/install-nix-action@v31
4141
with:
42-
install_url: https://releases.nixos.org/nix/nix-2.31.2/install
42+
install_url: https://releases.nixos.org/nix/nix-2.29.1/install
4343
extra_nix_config: |
4444
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
4545
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

0 commit comments

Comments
 (0)