Add alternative command to use nix repl
This commit is contained in:
parent
2964430929
commit
063285c331
1 changed files with 7 additions and 1 deletions
|
|
@ -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 .#
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue