Skip to content

Commit

Permalink
Release nix-2.4pre20210126_f15f0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 27, 2021
1 parent 6e4731b commit 526432b
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 @@ -7,15 +7,15 @@ NOTE: Nix went backwards in the pre-releases from 3.0 to 2.4.

## Latest release

* Release: `nix-2.4pre20210122_b7bfc7e`
* Hydra eval: https://hydra.nixos.org/eval/1644027
* Release: `nix-2.4pre20210126_f15f0b8`
* Hydra eval: https://hydra.nixos.org/eval/1644847

## Usage

### Systems

```sh
sh <(curl -L https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210122_b7bfc7e/install)
sh <(curl -L https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install)
```

### GitHub Actions
Expand All @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
- uses: cachix/install-nix-action@v11
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210122_b7bfc7e/install
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install
# Configure Nix to enable flakes
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down

0 comments on commit 526432b

Please sign in to comment.