Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.17.0pre20230708_8d871e1
Release Information
- Release name:
nix-2.17.0pre20230708_8d871e1
- Hydra eval: https://hydra.nixos.org/eval/1797406
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230708_8d871e1/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.0pre20230708_8d871e1/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.0pre20230708_8d871e1
nix-2.17.0pre20230630_d05d175
Release Information
- Release name:
nix-2.17.0pre20230630_d05d175
- Hydra eval: https://hydra.nixos.org/eval/1797180
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230630_d05d175/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.0pre20230630_d05d175/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.0pre20230630_d05d175
nix-2.17.0pre20230622_2026ad1
Release Information
- Release name:
nix-2.17.0pre20230622_2026ad1
- Hydra eval: https://hydra.nixos.org/eval/1796926
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230622_2026ad1/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.0pre20230622_2026ad1/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.0pre20230622_2026ad1
nix-2.17.0pre20230609_03f9ff6
Release Information
- Release name:
nix-2.17.0pre20230609_03f9ff6
- Hydra eval: https://hydra.nixos.org/eval/1796258
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230609_03f9ff6/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@v21
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230609_03f9ff6/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.0pre20230609_03f9ff6
nix-2.16.0pre20230531_c7fa415
Release Information
- Release name:
nix-2.16.0pre20230531_c7fa415
- Hydra eval: https://hydra.nixos.org/eval/1795795
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230531_c7fa415/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@v21
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230531_c7fa415/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.16.0pre20230531_c7fa415
nix-2.17.0pre20230616_e503ead
Release Information
- Release name:
nix-2.17.0pre20230616_e503ead
- Hydra eval: https://hydra.nixos.org/eval/1796611
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230616_e503ead/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@v21
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230616_e503ead/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.0pre20230616_e503ead
nix-2.16.0pre20230522_494a09c
Release Information
- Release name:
nix-2.16.0pre20230522_494a09c
- Hydra eval: https://hydra.nixos.org/eval/1795316
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230522_494a09c/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@v20
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230522_494a09c/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.16.0pre20230522_494a09c
nix-2.16.0pre20230517_684e9be
Release Information
- Release name:
nix-2.16.0pre20230517_684e9be
- Hydra eval: https://hydra.nixos.org/eval/1795173
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230517_684e9be/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@v20
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230517_684e9be/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.16.0pre20230517_684e9be
nix-2.16.0pre20230503_b17c429
Release Information
- Release name:
nix-2.16.0pre20230503_b17c429
- Hydra eval: https://hydra.nixos.org/eval/1794510
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230503_b17c429/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@v20
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230503_b17c429/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.16.0pre20230503_b17c429
nix-2.16.0pre20230428_89d3cc5
Release Information
- Release name:
nix-2.16.0pre20230428_89d3cc5
- Hydra eval: https://hydra.nixos.org/eval/1794283
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230428_89d3cc5/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@v20
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230428_89d3cc5/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.16.0pre20230428_89d3cc5