Find a file
Eelco Dolstra 3c67df928f Add sugar for defining a variable
‘x = <expr>’ is short for ‘:a { x = <expr>; }’.  Note that the
right-hand side refers to the original scope, so you get:

  nix-repl> x = 1
  nix-repl> x = x + 1
  nix-repl> x
  2

rather than an infinite recursion.
2013-09-09 13:56:53 +02:00
default.nix Restore affinity 2013-09-06 21:00:36 +02:00
nix-repl.cc Add sugar for defining a variable 2013-09-09 13:56:53 +02:00