Skip to content

Releases: miuirussia/nix-unstable-installer

nix-2.21.0pre20240212_e352c66

14 Feb 00:34
818844e
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240212_e352c66/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@v25
        with:
          install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240212_e352c66/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/miuirussia/nix-unstable-installer/nix:2.21.0pre20240212_e352c66

nix-2.21.0pre20240208_1ba9780

09 Feb 00:32
818844e
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240208_1ba9780/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@v25
        with:
          install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240208_1ba9780/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/miuirussia/nix-unstable-installer/nix:2.21.0pre20240208_1ba9780

nix-2.21.0pre20240204_8d4890c

06 Feb 00:31
818844e
Compare
Choose a tag to compare

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240204_8d4890c/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@v25
        with:
          install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.21.0pre20240204_8d4890c/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/miuirussia/nix-unstable-installer/nix:2.21.0pre20240204_8d4890c

nix-2.22.0pre20240411_da1e977

12 Apr 00:08
818844e
Compare
Choose a tag to compare
Pre-release

Release Information

Usage

Linux + macOS Systems

sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.22.0pre20240411_da1e977/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@v25
        with:
          install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.22.0pre20240411_da1e977/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/miuirussia/nix-unstable-installer/nix:2.22.0pre20240411_da1e977

nix-2.20.0pre20240123_08bf284

24 Jan 01:19
Compare
Choose a tag to compare

nix-2.20.0pre20240120_da1aae2

22 Jan 01:21
Compare
Choose a tag to compare

nix-2.20.0pre20240119_3b20cca

20 Jan 01:17
Compare
Choose a tag to compare

nix-2.20.0pre20240118_e652322

19 Jan 01:19
Compare
Choose a tag to compare

nix-2.20.0pre20240116_2a3c5e6

18 Jan 01:18
Compare
Choose a tag to compare

nix-2.20.0pre20240115_268c492

16 Jan 01:18
Compare
Choose a tag to compare