Make available nix-repl-show

This commit is contained in:
Patrick Elliott 2018-07-16 17:10:18 +02:00
parent d3c24e51f1
commit bdbe942fb9

View file

@ -9,3 +9,7 @@
(def-package! nix-update
:after nix-mode
:commands (nix-update-fetch))
(def-package! nix-repl
:after nix-mode
:commands (nix-repl-show))