Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.22.0pre20240411_da1e977
Release Information
- Release name:
nix-2.22.0pre20240411_da1e977
- Hydra eval: https://hydra.nixos.org/eval/1805594
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240411_da1e977/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@v26
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240411_da1e977/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.22.0pre20240411_da1e977
nix-2.21.0pre20240214_d857914
Release Information
- Release name:
nix-2.21.0pre20240214_d857914
- Hydra eval: https://hydra.nixos.org/eval/1804324
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.21.0pre20240214_d857914/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@v25
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.21.0pre20240214_d857914/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.21.0pre20240214_d857914
nix-2.21.0pre20240208_1ba9780
Release Information
- Release name:
nix-2.21.0pre20240208_1ba9780
- Hydra eval: https://hydra.nixos.org/eval/1804193
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.21.0pre20240208_1ba9780/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@v25
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.21.0pre20240208_1ba9780/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.21.0pre20240208_1ba9780
nix-2.20.0pre20240123_08bf284
Release Information
- Release name:
nix-2.20.0pre20240123_08bf284
- Hydra eval: https://hydra.nixos.org/eval/1803797
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240123_08bf284/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@v25
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240123_08bf284/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.20.0pre20240123_08bf284
nix-2.20.0pre20240119_3b20cca
Release Information
- Release name:
nix-2.20.0pre20240119_3b20cca
- Hydra eval: https://hydra.nixos.org/eval/1803717
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240119_3b20cca/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@v25
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240119_3b20cca/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.20.0pre20240119_3b20cca
nix-2.20.0pre20240112_0d55d66
Release Information
- Release name:
nix-2.20.0pre20240112_0d55d66
- Hydra eval: https://hydra.nixos.org/eval/1803552
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240112_0d55d66/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@v24
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20240112_0d55d66/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.20.0pre20240112_0d55d66
nix-2.20.0pre20231220_75e10e4
Release Information
- Release name:
nix-2.20.0pre20231220_75e10e4
- Hydra eval: https://hydra.nixos.org/eval/1803029
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20231220_75e10e4/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@v24
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.20.0pre20231220_75e10e4/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.20.0pre20231220_75e10e4
nix-2.19.0pre20231120_6832d18
Release Information
- Release name:
nix-2.19.0pre20231120_6832d18
- Hydra eval: https://hydra.nixos.org/eval/1801967
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231120_6832d18/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.0pre20231120_6832d18/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.0pre20231120_6832d18
nix-2.19.0pre20231115_70b3966
Release Information
- Release name:
nix-2.19.0pre20231115_70b3966
- Hydra eval: https://hydra.nixos.org/eval/1801747
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231115_70b3966/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.0pre20231115_70b3966/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.0pre20231115_70b3966
nix-2.19.0pre20231103_8e222fb
Release Information
- Release name:
nix-2.19.0pre20231103_8e222fb
- Hydra eval: https://hydra.nixos.org/eval/1801347
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.19.0pre20231103_8e222fb/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.0pre20231103_8e222fb/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.0pre20231103_8e222fb