about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-01-02T10·51+0100
committerGitHub <noreply@github.com>2017-01-02T10·51+0100
commit0e49f941205769852846cb8afa228831cf6ae363 (patch)
tree1265695628270a5d8b0523613d7707e88742aead
parent8b6052923167f19c1f4728c46e8cfc97b9f029fb (diff)
parent5476e987d5d605e8fc8e50d76912e342c722bbdb (diff)
Merge pull request #35 from orbekk/master
Update <nixpkgs/nixos> path in documentation.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5964fd5ea17..57613cc19e98 100644
--- a/README.md
+++ b/README.md
@@ -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