mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Fix PR version
This commit is contained in:
parent
766b8830f1
commit
f97a8a062c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -222,10 +222,10 @@ jobs:
|
||||||
- key: url
|
- key: url
|
||||||
value: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.18.0/nix-installer-x86_64-linux
|
value: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.18.0/nix-installer-x86_64-linux
|
||||||
nix-version: "2.21.2"
|
nix-version: "2.21.2"
|
||||||
# https://github.com/DeterminateSystems/nix-installer/pull/665
|
# https://github.com/DeterminateSystems/nix-installer/pull/738
|
||||||
- key: pr
|
- key: pr
|
||||||
value: "665"
|
value: "738"
|
||||||
nix-version: "2.17.0"
|
nix-version: "2.18.1"
|
||||||
# https://github.com/DeterminateSystems/nix-installer/tree/7011c077ec491da410fbc39f68676b0908b9ce7e
|
# https://github.com/DeterminateSystems/nix-installer/tree/7011c077ec491da410fbc39f68676b0908b9ce7e
|
||||||
- key: revision
|
- key: revision
|
||||||
value: 7011c077ec491da410fbc39f68676b0908b9ce7e
|
value: 7011c077ec491da410fbc39f68676b0908b9ce7e
|
||||||
|
|
Loading…
Reference in a new issue