Skip to content

Releases: nix-community/nix-unstable-installer

nix-2.10.0pre20220822_7c3ab57

28 Aug 00:16
a2e0509
Compare
Choose a tag to compare

Release Information

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

21 Aug 00:14
a2e0509
Compare
Choose a tag to compare

Release Information

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

14 Aug 00:12
2f45dbf
Compare
Choose a tag to compare

Release Information

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

nix-2.10.0pre20220808_73fde9e

08 Aug 22:31
Compare
Choose a tag to compare

nix-2.10.0pre20220804_7d1280b

07 Aug 00:12
Compare
Choose a tag to compare

nix-2.10.0pre20220728_86fcd4f

31 Jul 00:12
Compare
Choose a tag to compare

nix-2.10.0pre20220715_0621e99

17 Jul 00:10
Compare
Choose a tag to compare

nix-2.10.0pre20220706_f6316b4

10 Jul 00:13
Compare
Choose a tag to compare

nix-2.10.0pre20220629_b7eb4ac

03 Jul 00:12
Compare
Choose a tag to compare

nix-2.10.0pre20220624_586fa70

26 Jun 00:13
Compare
Choose a tag to compare