We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388b0b commit dc23e8fCopy full SHA for dc23e8f
.github/actions/nix-install-ephemeral/action.yml
@@ -39,7 +39,7 @@ runs:
39
- name: Install nix
40
uses: cachix/install-nix-action@v31
41
with:
42
- install_url: https://releases.nixos.org/nix/nix-2.31.2/install
+ install_url: https://releases.nixos.org/nix/nix-2.29.1/install
43
extra_nix_config: |
44
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
45
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
0 commit comments