Skip to content

Commit 68209e3

Browse files
committed
fix: try to set nix-version
1 parent 5adf517 commit 68209e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: DeterminateSystems/nix-installer-action@main
6767
if: ${{ github.secret_source == 'Actions' }}
6868
with:
69+
nix_version: 2.24.9
6970
extra-conf: |
7071
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7172
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
@@ -74,6 +75,7 @@ jobs:
7475
uses: DeterminateSystems/nix-installer-action@main
7576
if: ${{ github.secret_source == 'None' }}
7677
with:
78+
nix_version: 2.24.9
7779
extra-conf: |
7880
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7981
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

0 commit comments

Comments
 (0)