From c35e1175f3308c3e648fdd439b9172ddf77cb75d Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 3 Feb 2024 19:47:22 -0600 Subject: [PATCH] chore: update nushell Signed-off-by: jolheiser --- apps/nogui/nushell/jolheiser.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nogui/nushell/jolheiser.nu b/apps/nogui/nushell/jolheiser.nu index e6f3bfa..8678197 100644 --- a/apps/nogui/nushell/jolheiser.nu +++ b/apps/nogui/nushell/jolheiser.nu @@ -14,8 +14,8 @@ def sshdev [port: int = 8080] { def nixdev [ name: string # Name of the dev shell to use - --bash: bool # Use bash instead of nushell - --refresh: bool # Refresh the flake + --bash # Use bash instead of nushell + --refresh # Refresh the flake ] { let url = $"git+https://git.jojodev.com/jolheiser/dev-shells\#($name)" let c = if ($bash) {""} else {"-c nu"}