Skip to content

Commit a64840b

Browse files
authored
Merge pull request travis-ci#2581 from travis-ci/revert-2578-patch-1
Revert "Default Nix version: 2.0.4 -> 2.3.1"
2 parents 6b9aeb1 + cbc4f65 commit a64840b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/languages/nix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ The following command line tools are available in the Nix environment:
4646

4747
## Default Nix Version
4848

49-
This installs Nix 2.3.1 using [https://nixos.org/releases/nix/nix-2.3.1/install](https://nixos.org/releases/nix/nix-2.3.1/install). You may specify a different version of Nix installer with the `nix:` key in your `.travis.yml`:
49+
This installs Nix 2.0.4 using [https://nixos.org/releases/nix/nix-2.0.4/install](https://nixos.org/releases/nix/nix-2.0.4/install). You may specify a different version of Nix installer with the `nix:` key in your `.travis.yml`:
5050

5151
```yaml
5252
language: nix
53-
nix: 2.3.1
53+
nix: 2.0.4
5454
```
5555
{: data-file=".travis.yml"}
5656

0 commit comments

Comments
 (0)