Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.12.0pre20221026_bf2e6bc
Release Information
- Release name:
nix-2.12.0pre20221026_bf2e6bc
- Hydra eval: https://hydra.nixos.org/eval/1784077
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221026_bf2e6bc/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.0pre20221026_bf2e6bc/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.0pre20221026_bf2e6bc
nix-2.12.0pre20221025_b154070
Release Information
- Release name:
nix-2.12.0pre20221025_b154070
- Hydra eval: https://hydra.nixos.org/eval/1784045
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221025_b154070/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.0pre20221025_b154070/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.0pre20221025_b154070
nix-2.12.0pre20221020_b3d2a05
Release Information
- Release name:
nix-2.12.0pre20221020_b3d2a05
- Hydra eval: https://hydra.nixos.org/eval/1783796
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221020_b3d2a05/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/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221020_b3d2a05/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/numtide/nix-unstable-installer/nix:2.12.0pre20221020_b3d2a05
nix-2.12.0pre20221014_3093bd3
Release Information
- Release name:
nix-2.12.0pre20221014_3093bd3
- Hydra eval: https://hydra.nixos.org/eval/1783514
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221014_3093bd3/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221014_3093bd3/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/numtide/nix-unstable-installer/nix:2.12.0pre20221014_3093bd3
nix-2.12.0pre20221005_ac0fb38
Release Information
- Release name:
nix-2.12.0pre20221005_ac0fb38
- Hydra eval: https://hydra.nixos.org/eval/1783073
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221005_ac0fb38/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20221005_ac0fb38/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/numtide/nix-unstable-installer/nix:2.12.0pre20221005_ac0fb38
nix-2.12.0pre20220930_89ca75c
Release Information
- Release name:
nix-2.12.0pre20220930_89ca75c
- Hydra eval: https://hydra.nixos.org/eval/1782766
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220930_89ca75c/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220930_89ca75c/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/numtide/nix-unstable-installer/nix:2.12.0pre20220930_89ca75c
nix-2.12.0pre20220924_371013c
Release Information
- Release name:
nix-2.12.0pre20220924_371013c
- Hydra eval: https://hydra.nixos.org/eval/1781943
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220924_371013c/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220924_371013c/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/numtide/nix-unstable-installer/nix:2.12.0pre20220924_371013c
nix-2.12.0pre20220916_41f9b74
Release Information
- Release name:
nix-2.12.0pre20220916_41f9b74
- Hydra eval: https://hydra.nixos.org/eval/1780889
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220916_41f9b74/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220916_41f9b74/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/numtide/nix-unstable-installer/nix:2.12.0pre20220916_41f9b74
nix-2.12.0pre20220908_c8e8eea
Release Information
- Release name:
nix-2.12.0pre20220908_c8e8eea
- Hydra eval: https://hydra.nixos.org/eval/1779848
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220908_c8e8eea/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220908_c8e8eea/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/numtide/nix-unstable-installer/nix:2.12.0pre20220908_c8e8eea
nix-2.12.0pre20220901_4823067
Release Information
- Release name:
nix-2.12.0pre20220901_4823067
- Hydra eval: https://hydra.nixos.org/eval/1778916
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220901_4823067/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@v17
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.12.0pre20220901_4823067/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/numtide/nix-unstable-installer/nix:2.12.0pre20220901_4823067