Skip to content

Releases: miuirussia/nix-unstable-installer

nix-2.23.0pre20240603_da92ad7

04 Jun 00:05
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.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@v25
        with:
          install_url: https://github.com/miuirussia/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/miuirussia/nix-unstable-installer/nix:2.23.0pre20240603_da92ad7

nix-2.23.0pre20240529_1547695

31 May 00:07
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.23.0pre20240529_1547695/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.23.0pre20240529_1547695/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.23.0pre20240529_1547695

nix-2.23.0pre20240528_2bd6692

30 May 00:06
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.23.0pre20240528_2bd6692/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.23.0pre20240528_2bd6692/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.23.0pre20240528_2bd6692

nix-2.23.0pre20240528_1e2b267

29 May 00:06
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.23.0pre20240528_1e2b267/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.23.0pre20240528_1e2b267/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.23.0pre20240528_1e2b267

nix-2.23.0pre20240524_c90a763

26 May 00:06
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.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@v25
        with:
          install_url: https://github.com/miuirussia/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/miuirussia/nix-unstable-installer/nix:2.23.0pre20240524_c90a763

nix-2.23.0pre20240520_9a2f217

21 May 00:07
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.23.0pre20240520_9a2f217/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.23.0pre20240520_9a2f217/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.23.0pre20240520_9a2f217

nix-2.23.0pre20240509_de8c3c0

11 May 00:08
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.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@v25
        with:
          install_url: https://github.com/miuirussia/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/miuirussia/nix-unstable-installer/nix:2.23.0pre20240509_de8c3c0

nix-2.23.0pre20240501_5279e1f

02 May 00:06
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.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@v25
        with:
          install_url: https://github.com/miuirussia/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/miuirussia/nix-unstable-installer/nix:2.23.0pre20240501_5279e1f

nix-2.23.0pre20240430_e18c3d4

01 May 00:07
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.23.0pre20240430_e18c3d4/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.23.0pre20240430_e18c3d4/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.23.0pre20240430_e18c3d4

nix-2.23.0pre20240426_2f67833

27 Apr 00:07
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.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@v25
        with:
          install_url: https://github.com/miuirussia/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/miuirussia/nix-unstable-installer/nix:2.23.0pre20240426_2f67833