Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.19.0pre20231026_1dc6a65
Release Information
- Release name:
nix-2.19.0pre20231026_1dc6a65
- Hydra eval: https://hydra.nixos.org/eval/1800996
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231026_1dc6a65/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v23
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231026_1dc6a65/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.19.0pre20231026_1dc6a65
nix-2.19.0pre20231020_97a0c08
Release Information
- Release name:
nix-2.19.0pre20231020_97a0c08
- Hydra eval: https://hydra.nixos.org/eval/1800723
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231020_97a0c08/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v23
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231020_97a0c08/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.19.0pre20231020_97a0c08
nix-2.19.0pre20231009_aaef47a
Release Information
- Release name:
nix-2.19.0pre20231009_aaef47a
- Hydra eval: https://hydra.nixos.org/eval/1800250
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231009_aaef47a/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v23
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231009_aaef47a/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.19.0pre20231009_aaef47a
nix-2.19.0pre20231007_c29b8ba
Release Information
- Release name:
nix-2.19.0pre20231007_c29b8ba
- Hydra eval: https://hydra.nixos.org/eval/1800155
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231007_c29b8ba/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v23
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231007_c29b8ba/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.19.0pre20231007_c29b8ba
nix-2.19.0pre20230921_2d2aff5
Release Information
- Release name:
nix-2.19.0pre20230921_2d2aff5
- Hydra eval: https://hydra.nixos.org/eval/1799455
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20230921_2d2aff5/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v23
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20230921_2d2aff5/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.19.0pre20230921_2d2aff5
nix-2.18.0pre20230810_a1fdc68
Release Information
- Release name:
nix-2.18.0pre20230810_a1fdc68
- Hydra eval: https://hydra.nixos.org/eval/1798413
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230810_a1fdc68/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230810_a1fdc68/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.18.0pre20230810_a1fdc68
nix-2.18.0pre20230803_635df5e
Release Information
- Release name:
nix-2.18.0pre20230803_635df5e
- Hydra eval: https://hydra.nixos.org/eval/1798208
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230803_635df5e/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230803_635df5e/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.18.0pre20230803_635df5e
nix-2.18.0pre20230725_2d1d811
Release Information
- Release name:
nix-2.18.0pre20230725_2d1d811
- Hydra eval: https://hydra.nixos.org/eval/1797884
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230725_2d1d811/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.18.0pre20230725_2d1d811/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.18.0pre20230725_2d1d811
nix-2.17.0pre20230721_fe1fbdb
Release Information
- Release name:
nix-2.17.0pre20230721_fe1fbdb
- Hydra eval: https://hydra.nixos.org/eval/1797770
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230721_fe1fbdb/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230721_fe1fbdb/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230721_fe1fbdb
nix-2.17.0pre20230713_bbc08a1
Release Information
- Release name:
nix-2.17.0pre20230713_bbc08a1
- Hydra eval: https://hydra.nixos.org/eval/1797547
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230713_bbc08a1/install)
GitHub Actions
Example using Flakes:
name: "Example Flake Workflow"
on:
pull_request:
push:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230713_bbc08a1/install
- uses: actions/checkout@v3
# Run the general flake checks
- run: nix flake check
# Verify that the main program builds
- run: nix shell -c echo OK
Docker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230713_bbc08a1