Skip to content

Commit 14e6c99

Browse files
committed
Update to an installer version that supports preferring upstream
1 parent 5a09f65 commit 14e6c99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ jobs:
150150
strategy:
151151
matrix:
152152
inputs:
153-
# https://github.com/DeterminateSystems/nix-installer/blob/v0.18.0
153+
# https://github.com/DeterminateSystems/nix-installer/blob/v3.11.3
154154
- key: url
155-
value: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.18.0/nix-installer-x86_64-linux
156-
nix-version: "2.21.2"
157-
# https://github.com/DeterminateSystems/nix-installer/tree/7011c077ec491da410fbc39f68676b0908b9ce7e
155+
value: https://github.com/DeterminateSystems/nix-installer/releases/download/v3.11.3/nix-installer-x86_64-linux
156+
nix-version: "3.11.3"
157+
# https://github.com/DeterminateSystems/nix-installer/tree/a8befc7a44db5463cd4269f6d2381b0ab9a5dfc5
158158
- key: revision
159-
value: 7011c077ec491da410fbc39f68676b0908b9ce7e
160-
nix-version: "2.19.2"
159+
value: a8befc7a44db5463cd4269f6d2381b0ab9a5dfc5
160+
nix-version: "3.11.3"
161161

162162
steps:
163163
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)