diff --git a/README.md b/README.md index 79858da..0a35cf1 100644 --- a/README.md +++ b/README.md @@ -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 .# +```