We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nix-env
1 parent 3380f16 commit 094512dCopy full SHA for 094512d
README.md
@@ -28,7 +28,7 @@ You can put the code below into your `~/.config/nixpkgs/overlays.nix`.
28
```
29
Then the provided attribute paths are available in nix command.
30
```bash
31
-$ nix-env -iA rust-bin.stable.latest.default # Do anything you like.
+$ nix-env -iA nixpkgs.rust-bin.stable.latest.default # `nixpkgs` (or `nixos`) is your nixpkgs channel name.
32
33
34
Alternatively, you can install it into nix channels.
0 commit comments