1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Update <nixpkgs/nixos> path in documentation.

This commit is contained in:
Kjetil Orbekk 2017-01-01 16:13:11 -05:00
parent 8b60529231
commit 5476e987d5

View file

@ -41,7 +41,7 @@ Here is a typical `nix-repl` session:
nix-repl> map (x: x * x) xs
[ 1 4 9 16 25 ]
nix-repl> :l <nixos>
nix-repl> :l <nixpkgs/nixos>
Added 7 variables.
nix-repl> config.services.dhcpd
@ -86,7 +86,7 @@ Here is a typical `nix-repl` session:
Tab completion works on variables in scope and on attribute sets. For
example:
$ nix-repl '<nixpkgs>' '<nixos>'
$ nix-repl '<nixpkgs>' '<nixpkgs/nixos>'
Welcome to Nix version 1.6pre3215_2c1ecf8. Type :? for help.
nix-repl> thunder<TAB> => thunderbird