Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.14.0pre20230127_ccaadc9
Release Information
- Release name:
nix-2.14.0pre20230127_ccaadc9
- Hydra eval: https://hydra.nixos.org/eval/1789804
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230127_ccaadc9/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230127_ccaadc9/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.14.0pre20230127_ccaadc9
nix-2.14.0pre20230120_04de0dd
Release Information
- Release name:
nix-2.14.0pre20230120_04de0dd
- Hydra eval: https://hydra.nixos.org/eval/1789469
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230120_04de0dd/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230120_04de0dd/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.14.0pre20230120_04de0dd
nix-2.13.0pre20221223_14f7dae
Release Information
- Release name:
nix-2.13.0pre20221223_14f7dae
- Hydra eval: https://hydra.nixos.org/eval/1788079
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221223_14f7dae/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221223_14f7dae/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.13.0pre20221223_14f7dae
nix-2.13.0pre20221215_26c7602
Release Information
- Release name:
nix-2.13.0pre20221215_26c7602
- Hydra eval: https://hydra.nixos.org/eval/1787596
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221215_26c7602/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221215_26c7602/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.13.0pre20221215_26c7602
nix-2.13.0pre20221207_c710aa1
Release Information
- Release name:
nix-2.13.0pre20221207_c710aa1
- Hydra eval: https://hydra.nixos.org/eval/1787039
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221207_c710aa1/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.13.0pre20221207_c710aa1/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.13.0pre20221207_c710aa1
nix-2.12.0pre20221202_b4b1338
Release Information
- Release name:
nix-2.12.0pre20221202_b4b1338
- Hydra eval: https://hydra.nixos.org/eval/1786676
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221202_b4b1338/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221202_b4b1338/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.12.0pre20221202_b4b1338
nix-2.12.0pre20221126_534332c
Release Information
- Release name:
nix-2.12.0pre20221126_534332c
- Hydra eval: https://hydra.nixos.org/eval/1786220
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221126_534332c/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221126_534332c/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.12.0pre20221126_534332c
nix-2.12.0pre20221116_62960f3
Release Information
- Release name:
nix-2.12.0pre20221116_62960f3
- Hydra eval: https://hydra.nixos.org/eval/1785600
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221116_62960f3/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221116_62960f3/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.12.0pre20221116_62960f3
nix-2.12.0pre20221111_302ddee
Release Information
- Release name:
nix-2.12.0pre20221111_302ddee
- Hydra eval: https://hydra.nixos.org/eval/1785260
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221111_302ddee/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221111_302ddee/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.12.0pre20221111_302ddee
nix-2.12.0pre20221102_dd1970c
Release Information
- Release name:
nix-2.12.0pre20221102_dd1970c
- Hydra eval: https://hydra.nixos.org/eval/1784608
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221102_dd1970c/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@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221102_dd1970c/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.12.0pre20221102_dd1970c