mirror of https://git.jolheiser.com/dotnix.git
parent
628293d209
commit
c35e1175f3
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue