Releases: nix-community/nix-unstable-installer
Releases · nix-community/nix-unstable-installer
nix-2.10.0pre20220822_7c3ab57
Release Information
- Release name:
nix-2.10.0pre20220822_7c3ab57
- Hydra eval: https://hydra.nixos.org/eval/1777391
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220822_7c3ab57/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.10.0pre20220822_7c3ab57/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.10.0pre20220822_7c3ab57
nix-2.10.0pre20220817_7aa36ae
Release Information
- Release name:
nix-2.10.0pre20220817_7aa36ae
- Hydra eval: https://hydra.nixos.org/eval/1776629
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220817_7aa36ae/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.10.0pre20220817_7aa36ae/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.10.0pre20220817_7aa36ae
nix-2.10.0pre20220811_80a9609
Release Information
- Release name:
nix-2.10.0pre20220811_80a9609
- Hydra eval: https://hydra.nixos.org/eval/1775558
Usage
Linux + macOS Systems
sh <(curl -L https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220811_80a9609/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.10.0pre20220811_80a9609/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.10.0pre20220811_80a9609