Skip to content

Commit

Permalink
Release nix-2.4pre20210122_b7bfc7e
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 24, 2021
1 parent 8eafcf5 commit 6e4731b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4pre20201221_9fab14a`
* Hydra eval: https://hydra.nixos.org/eval/1636696
* Release: `nix-2.4pre20210122_b7bfc7e`
* Hydra eval: https://hydra.nixos.org/eval/1644027

## Usage

### Systems

```sh
sh <(curl -L https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install)
sh <(curl -L https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210122_b7bfc7e/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.4pre20201221_9fab14a/install
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210122_b7bfc7e/install
# Configure Nix to enable flakes
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down
1 change: 1 addition & 0 deletions update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
def fetch_json(url)
puts "fetching #{url}"
uri = URI(url)
p url
Net::HTTP.start(uri.hostname, uri.port, :use_ssl => uri.scheme == 'https') do |http|
http.request_get(uri.path, {"Content-Type" => "application/json"}) do |response|
response.read_body do |str|
Expand Down

0 comments on commit 6e4731b

Please sign in to comment.