Merge pull request #35 from orbekk/master

Update <nixpkgs/nixos> path in documentation.
This commit is contained in:
Eelco Dolstra 2017-01-02 11:51:21 +01:00 committed by GitHub
commit 0e49f94120

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