Skip to content

Commit 409caed

Browse files
badmutexplaindocs
authored andcommitted
Update nix.md to reflect current version (travis-ci#1723)
* Update nix.md to reflect current version The old doc indicated that only Nix 1.11.2 was installed, when in fact the current version from https://nixos.org/nix/install is used by the [travis-build](https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/script/nix.rb#L43) `nix.rb` script. * nix: add nix-shell to list of tools
1 parent 43b27bc commit 409caed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

user/languages/nix.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,21 @@ The default channel for `nixpkgs` will be `nixpkgs-unstable`.
3232

3333
The following command line tools are available in the Nix environment:
3434

35-
- nix-env
35+
- nix
3636
- nix-build
37+
- nix-channel
38+
- nix-collect-garbage
39+
- nix-copy-closure
40+
- nix-daemon
41+
- nix-env
42+
- nix-instantiate
43+
- nix-prefetch-url
3744
- nix-shell
3845
- nix-store
39-
- nix-channel
4046

4147
## Default Nix Version
4248

43-
Currently, only version "1.11.2" of Nix is provided. In the future, it may be possible to configure different versions with `.travis.yml`.
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`.
4450

4551
## Default Target
4652

0 commit comments

Comments
 (0)