mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-07-30 11:49:13 +00:00
Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
96bd9f39e4 | ||
![]() |
92ffed7f0d | ||
![]() |
fc6e360bed | ||
![]() |
9d5112343e | ||
![]() |
c134e4c9e3 | ||
![]() |
a55d6df62f | ||
![]() |
cebd211ec2 | ||
![]() |
358e2ef1b2 |
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
nixpkgs_channel: nixpkgs=channel:nixos-24.11
|
nixpkgs_channel: nixpkgs=channel:nixos-25.05
|
||||||
oldest_supported_installer: nix-2.8.0
|
oldest_supported_installer: nix-2.8.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -94,7 +94,7 @@ echo "installer options: ${installer_options[*]}"
|
||||||
|
|
||||||
# There is --retry-on-errors, but only newer curl versions support that
|
# There is --retry-on-errors, but only newer curl versions support that
|
||||||
curl_retries=5
|
curl_retries=5
|
||||||
nix_version=2.29.1
|
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}"
|
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"
|
||||||
do
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue