Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.16.0pre20230421_7474a90
Release Information
- Release name:
nix-2.16.0pre20230421_7474a90
- Hydra eval: https://hydra.nixos.org/eval/1793907
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230421_7474a90/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.0pre20230421_7474a90/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.0pre20230421_7474a90
nix-2.16.0pre20230414_92346d1
Release Information
- Release name:
nix-2.16.0pre20230414_92346d1
- Hydra eval: https://hydra.nixos.org/eval/1793560
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230414_92346d1/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.0pre20230414_92346d1/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.0pre20230414_92346d1
nix-2.15.0pre20230403_acc3314
Release Information
- Release name:
nix-2.15.0pre20230403_acc3314
- Hydra eval: https://hydra.nixos.org/eval/1793022
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230403_acc3314/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.15.0pre20230403_acc3314/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.15.0pre20230403_acc3314
nix-2.15.0pre20230331_cf76b38
Release Information
- Release name:
nix-2.15.0pre20230331_cf76b38
- Hydra eval: https://hydra.nixos.org/eval/1792871
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230331_cf76b38/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.15.0pre20230331_cf76b38/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.15.0pre20230331_cf76b38
nix-2.15.0pre20230323_fbc296e
Release Information
- Release name:
nix-2.15.0pre20230323_fbc296e
- Hydra eval: https://hydra.nixos.org/eval/1792438
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230323_fbc296e/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.15.0pre20230323_fbc296e/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.15.0pre20230323_fbc296e
nix-2.15.0pre20230315_eb56cb7
Release Information
- Release name:
nix-2.15.0pre20230315_eb56cb7
- Hydra eval: https://hydra.nixos.org/eval/1792056
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230315_eb56cb7/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.15.0pre20230315_eb56cb7/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.15.0pre20230315_eb56cb7
nix-2.15.0pre20230310_208c855
Release Information
- Release name:
nix-2.15.0pre20230310_208c855
- Hydra eval: https://hydra.nixos.org/eval/1791782
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230310_208c855/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.15.0pre20230310_208c855/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.15.0pre20230310_208c855
nix-2.15.0pre20230302_85dbf9d
Release Information
- Release name:
nix-2.15.0pre20230302_85dbf9d
- Hydra eval: https://hydra.nixos.org/eval/1791445
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230302_85dbf9d/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@v19
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.15.0pre20230302_85dbf9d/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.15.0pre20230302_85dbf9d
nix-2.14.0pre20230224_92611e6
Release Information
- Release name:
nix-2.14.0pre20230224_92611e6
- Hydra eval: https://hydra.nixos.org/eval/1791167
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230224_92611e6/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@v19
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230224_92611e6/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.0pre20230224_92611e6
nix-2.14.0pre20230130_a31d7d4
Release Information
- Release name:
nix-2.14.0pre20230130_a31d7d4
- Hydra eval: https://hydra.nixos.org/eval/1789937
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230130_a31d7d4/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@v19
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.14.0pre20230130_a31d7d4/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.0pre20230130_a31d7d4