No description
Find a file
Eelco Dolstra 287c88ca59 Support adding variables to the scope
The command ":a <expr>" evaluates <expr> and adds the attributes in
the resulting attribute set to the interpreter scope.  For instance:

nix-repl> :a import <nixpkgs> {}

nix-repl> lib.range 0 10
[ 0 1 2 3 4 5 6 7 8 9 10 ]
2013-09-02 17:53:58 +02:00
default.nix Initial version of nix-repl 2013-09-02 15:18:15 +02:00
nix-repl.cc Support adding variables to the scope 2013-09-02 17:53:58 +02:00