diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-03-11 13:52:08 -0500 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-05-18 21:21:38 -0400 |
commit | 1ca3f6035da4e82647382405c774e43e02de3fa1 (patch) | |
tree | 94423882b0657ef9ca3a8c6ba4e2737e50a7ec87 /src/nix/repl.md | |
parent | 5640b528349c43717aa501797a4f337373ebf3e4 (diff) |
repl: update docs with installables
Diffstat (limited to 'src/nix/repl.md')
-rw-r--r-- | src/nix/repl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/repl.md b/src/nix/repl.md index be1498e5b..6a526f7d0 100644 --- a/src/nix/repl.md +++ b/src/nix/repl.md @@ -48,7 +48,7 @@ R""( nix-repl> :q - # nix repl --expr 'import <nixpkgs>{}' --impure + # nix repl --expr 'import <nixpkgs>{}' Loading Installable ''... Added 12439 variables. |