Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.23.0pre20240603_da92ad7
Release Information
- Release name:
nix-2.23.0pre20240603_da92ad7
- Hydra eval: https://hydra.nixos.org/eval/1806751
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240603_da92ad7/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@V27
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240603_da92ad7/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.23.0pre20240603_da92ad7
nix-2.23.0pre20240524_c90a763
Release Information
- Release name:
nix-2.23.0pre20240524_c90a763
- Hydra eval: https://hydra.nixos.org/eval/1806512
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240524_c90a763/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@V27
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240524_c90a763/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.23.0pre20240524_c90a763
nix-2.23.0pre20240509_de8c3c0
Release Information
- Release name:
nix-2.23.0pre20240509_de8c3c0
- Hydra eval: https://hydra.nixos.org/eval/1806197
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240509_de8c3c0/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.23.0pre20240509_de8c3c0/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.23.0pre20240509_de8c3c0
nix-2.23.0pre20240501_5279e1f
Release Information
- Release name:
nix-2.23.0pre20240501_5279e1f
- Hydra eval: https://hydra.nixos.org/eval/1806025
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240501_5279e1f/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.23.0pre20240501_5279e1f/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.23.0pre20240501_5279e1f
nix-2.23.0pre20240426_2f67833
Release Information
- Release name:
nix-2.23.0pre20240426_2f67833
- Hydra eval: https://hydra.nixos.org/eval/1805939
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240426_2f67833/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.23.0pre20240426_2f67833/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.23.0pre20240426_2f67833
nix-2.22.0pre20240415_20f0472
Release Information
- Release name:
nix-2.22.0pre20240415_20f0472
- Hydra eval: https://hydra.nixos.org/eval/1805679
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240415_20f0472/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.0pre20240415_20f0472/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.0pre20240415_20f0472
nix-2.22.0pre20240403_50cb14f
Release Information
- Release name:
nix-2.22.0pre20240403_50cb14f
- Hydra eval: https://hydra.nixos.org/eval/1805432
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240403_50cb14f/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.0pre20240403_50cb14f/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.0pre20240403_50cb14f
nix-2.22.0pre20240329_90f5189
Release Information
- Release name:
nix-2.22.0pre20240329_90f5189
- Hydra eval: https://hydra.nixos.org/eval/1805314
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240329_90f5189/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.0pre20240329_90f5189/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.0pre20240329_90f5189
nix-2.22.0pre20240312_bff5c94
Release Information
- Release name:
nix-2.22.0pre20240312_bff5c94
- Hydra eval: https://hydra.nixos.org/eval/1804954
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240312_bff5c94/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.0pre20240312_bff5c94/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.0pre20240312_bff5c94
nix-2.22.0pre20240311_90e86bf
Release Information
- Release name:
nix-2.22.0pre20240311_90e86bf
- Hydra eval: https://hydra.nixos.org/eval/1804945
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240311_90e86bf/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.0pre20240311_90e86bf/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.0pre20240311_90e86bf