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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230708_8d871e1nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230630_d05d175nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230622_2026ad1nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230609_03f9ff6nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.16.0pre20230531_c7fa415nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.17.0pre20230616_e503eadnix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.16.0pre20230522_494a09cnix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.16.0pre20230517_684e9benix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.16.0pre20230503_b17c429nix-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 OKDocker / Podman
docker run --rm -ti ghcr.io/nix-community/nix-unstable-installer/nix:2.16.0pre20230428_89d3cc5