mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-07-29 19:29:12 +00:00
Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
96bd9f39e4 | ||
![]() |
92ffed7f0d | ||
![]() |
fc6e360bed | ||
![]() |
9d5112343e | ||
![]() |
c134e4c9e3 | ||
![]() |
a55d6df62f |
2 changed files with 3 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -4,9 +4,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
nixpkgs_channel: nixpkgs=channel:nixos-24.11
|
||||
nixpkgs_channel: nixpkgs=channel:nixos-25.05
|
||||
oldest_supported_installer: nix-2.8.0
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -94,7 +94,7 @@ echo "installer options: ${installer_options[*]}"
|
|||
|
||||
# There is --retry-on-errors, but only newer curl versions support that
|
||||
curl_retries=5
|
||||
nix_version=2.30.0
|
||||
nix_version=2.30.2
|
||||
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"
|
||||
do
|
||||
sleep 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue