From 76ecdcb0929e94b06dff4f8f355df84eb6750f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 17 Jan 2019 09:17:24 +0100 Subject: [PATCH] Correct inix alias --- configs/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shells.nix b/configs/shells.nix index 4f52a38..24074e3 100644 --- a/configs/shells.nix +++ b/configs/shells.nix @@ -10,7 +10,7 @@ ip = "${pkgs.iproute}/bin/ip -c"; ocaml = rlwrap "${pkgs.ocaml}/bin/ocaml"; tmux = "${pkgs.tmux}/bin/tmux -2"; - inix = "nix repl ''"; + inix = ''nix repl '' ''; }; environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";