Skip to content

Releases: nix-community/nix-unstable-installer

nix-2.23.0pre20240603_da92ad7

09 Jun 01:01
10d98a3
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.23.0pre20240603_da92ad7/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@V27
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240603_da92ad7/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.23.0pre20240603_da92ad7

nix-2.23.0pre20240524_c90a763

26 May 00:56
10d98a3
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.23.0pre20240524_c90a763/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@V27
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240524_c90a763/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.23.0pre20240524_c90a763

nix-2.23.0pre20240509_de8c3c0

12 May 00:55
b8f8854
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.23.0pre20240509_de8c3c0/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240509_de8c3c0/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.23.0pre20240509_de8c3c0

nix-2.23.0pre20240501_5279e1f

05 May 00:55
b8f8854
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.23.0pre20240501_5279e1f/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240501_5279e1f/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.23.0pre20240501_5279e1f

nix-2.23.0pre20240426_2f67833

28 Apr 00:53
b8f8854
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.23.0pre20240426_2f67833/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240426_2f67833/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.23.0pre20240426_2f67833

nix-2.22.0pre20240415_20f0472

21 Apr 00:55
b8f8854
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.22.0pre20240415_20f0472/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240415_20f0472/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.22.0pre20240415_20f0472

nix-2.22.0pre20240403_50cb14f

07 Apr 00:54
b8f8854
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.22.0pre20240403_50cb14f/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240403_50cb14f/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.22.0pre20240403_50cb14f

nix-2.22.0pre20240329_90f5189

31 Mar 00:58
b8f8854
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.22.0pre20240329_90f5189/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240329_90f5189/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.22.0pre20240329_90f5189

nix-2.22.0pre20240312_bff5c94

17 Mar 00:53
b8f8854
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.22.0pre20240312_bff5c94/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240312_bff5c94/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.22.0pre20240312_bff5c94

nix-2.22.0pre20240311_90e86bf

12 Mar 09:21
b8f8854
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.22.0pre20240311_90e86bf/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@v26
        with:
          install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.22.0pre20240311_90e86bf/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.22.0pre20240311_90e86bf