Skip to content

Commit

Permalink
Release nix-2.19.0pre20231013_d070d8b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent 2d997fd commit ef73bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ script so that it fetches them from GitHub instead.

## Latest release

* Release: `nix-2.19.0pre20231009_aaef47a`
* Hydra eval: https://hydra.nixos.org/eval/1800250
* Release: `nix-2.19.0pre20231013_d070d8b`
* Hydra eval: https://hydra.nixos.org/eval/1800404

## Usage

### Systems

```sh
sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.19.0pre20231009_aaef47a/install)
sh <(curl -L https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.19.0pre20231013_d070d8b/install)
```

### GitHub Actions
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v14
with:
install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.19.0pre20231009_aaef47a/install
install_url: https://github.com/miuirussia/nix-unstable-installer/releases/download/nix-2.19.0pre20231013_d070d8b/install
# Configure Nix to enable flakes
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down

0 comments on commit ef73bf4

Please sign in to comment.