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
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,21 @@ The default channel for `nixpkgs` will be `nixpkgs-unstable`.
32
32
33
33
The following command line tools are available in the Nix environment:
34
34
35
-
- nix-env
35
+
- nix
36
36
- 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
37
44
- nix-shell
38
45
- nix-store
39
-
- nix-channel
40
46
41
47
## Default Nix Version
42
48
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`.
0 commit comments