From f87582250fd324cd04886cd84a7ee58d03133b13 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 24 Feb 2019 21:02:29 +0100 Subject: Add nix-shell environment type to tasker Allows for convenient management of non-project-specific shell environments. --- host/obelix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/obelix.nix b/host/obelix.nix index 45cf20d..6fd02bc 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -10,8 +10,8 @@ custom.tasks = { "compustream_shell" = { description = "compustream dev shell"; + type = "terminal"; directory = "~/projects/dev/compustream"; - terminal = true; command = "nix-shell --command fish"; }; }; -- cgit v1.2.3