You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/languages/nix.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,14 @@ The following command line tools are available in the Nix environment:
46
46
47
47
## Default Nix Version
48
48
49
-
This installs the current version of Nix using https://nixos.org/nix/install. In the future, it may be possible to configure different versions with `.travis.yml`.
49
+
This installs Nix 2.0.4 using https://nixos.org/releases/nix-2.0.4/install. You may specify a different version of Nix installer with the `nix:` key in your `.travis.yml`:
50
+
51
+
```yml
52
+
language: nix
53
+
nix: 2.0.4
54
+
```
55
+
56
+
> Note: at this time not all versions will successfully install, and you can only specify a specific version equal to or greater than 2.0.4.
0 commit comments