Skip to content

Releases: nix-community/nix-unstable-installer

nix-2.17.0pre20230708_8d871e1

09 Jul 01:14
af7f357
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230708_8d871e1/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@v22
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230708_8d871e1/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.17.0pre20230708_8d871e1

nix-2.17.0pre20230630_d05d175

02 Jul 01:14
af7f357
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230630_d05d175/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@v22
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230630_d05d175/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.17.0pre20230630_d05d175

nix-2.17.0pre20230622_2026ad1

25 Jun 01:13
af7f357
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230622_2026ad1/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@v22
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230622_2026ad1/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.17.0pre20230622_2026ad1

nix-2.17.0pre20230609_03f9ff6

11 Jun 01:08
d0a8178
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230609_03f9ff6/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@v21
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230609_03f9ff6/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.17.0pre20230609_03f9ff6

nix-2.16.0pre20230531_c7fa415

04 Jun 01:12
d0a8178
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230531_c7fa415/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@v21
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230531_c7fa415/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.0pre20230531_c7fa415

nix-2.17.0pre20230616_e503ead

18 Jun 01:08
d0a8178
Compare
Choose a tag to compare
Pre-release

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230616_e503ead/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@v21
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230616_e503ead/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.17.0pre20230616_e503ead

nix-2.16.0pre20230522_494a09c

28 May 01:01
cd24550
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230522_494a09c/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.0pre20230522_494a09c/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.0pre20230522_494a09c

nix-2.16.0pre20230517_684e9be

21 May 00:59
cd24550
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230517_684e9be/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.0pre20230517_684e9be/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.0pre20230517_684e9be

nix-2.16.0pre20230503_b17c429

07 May 00:59
cd24550
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230503_b17c429/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.0pre20230503_b17c429/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.0pre20230503_b17c429

nix-2.16.0pre20230428_89d3cc5

30 Apr 01:00
cd24550
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.16.0pre20230428_89d3cc5/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.0pre20230428_89d3cc5/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.0pre20230428_89d3cc5