From a9de76d55ac705e8a50decfba2f11e81fe81b294 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 22 Feb 2019 22:31:25 +0100 Subject: Add obelix specific task --- host/obelix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'host') diff --git a/host/obelix.nix b/host/obelix.nix index 26a17ea..45cf20d 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -6,4 +6,13 @@ ]; custom.hidpi = false; + + custom.tasks = { + "compustream_shell" = { + description = "compustream dev shell"; + directory = "~/projects/dev/compustream"; + terminal = true; + command = "nix-shell --command fish"; + }; + }; } -- cgit v1.2.3