mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-08-01 04:29:13 +00:00
Compare commits
No commits in common. "master" and "v31.5.1" have entirely different histories.
2 changed files with 2 additions and 3 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -4,10 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
nixpkgs_channel: nixpkgs=channel:nixos-25.05
|
nixpkgs_channel: nixpkgs=channel:nixos-24.11
|
||||||
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.30.2
|
nix_version=2.30.1
|
||||||
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