Skip to content

Commit

Permalink
Release nix-3.0pre20200804_ed52cf6
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Aug 5, 2020
1 parent a205f88 commit 7345cd9
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 @@ -5,15 +5,15 @@ project publishes official releases.

## Latest release

* Release: `nix-2.4pre20200618_377345e`
* Hydra eval: https://hydra.nixos.org/eval/1594477
* Release: `nix-3.0pre20200804_ed52cf6`
* Hydra eval: https://hydra.nixos.org/eval/1604298

## Usage

### Systems

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

### GitHub Actions
Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20200618_377345e/install
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-3.0pre20200804_ed52cf6/install
# Configure Nix to enable flakes
- run: echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf
# Run the general flake checks
Expand Down

0 comments on commit 7345cd9

Please sign in to comment.