1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Typo fix: nix-repl -> nix repl

This commit is contained in:
Ivan Babrou 2020-12-10 20:41:34 -08:00
parent d9da7b5869
commit a080fa1e33

View file

@ -1,4 +1,4 @@
$ nix-repl
$ nix repl
nix-repl> :l <nixpkgs>
Added 4360 variables.
nix-repl> :b graphviz.override { xorg = null; }