Add alternative command to use nix repl

This commit is contained in:
Jakob Lechner 2022-05-19 10:55:47 +00:00
parent 2964430929
commit 063285c331
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -1,8 +1,14 @@
## nix repl
start an interactive environment for evaluating Nix expressions
```
$ nix repl
Welcome to Nix 2.5pre20211126_55275fc. Type :? for help.
nix-repl> a=builtins.getFlake (toString ./.)
```
```
$ nix repl
nix-repl> :lf .#
```