diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/obelix.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index 6fd02bc..b38ab68 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -10,9 +10,8 @@ custom.tasks = { "compustream_shell" = { description = "compustream dev shell"; - type = "terminal"; directory = "~/projects/dev/compustream"; - command = "nix-shell --command fish"; + type = "local-shell"; }; }; } |