mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
Compare commits
No commits in common. "8b75074f8be2ada7ed7ee03e563172652b2556cc" and "8b2895ec052aab925656a3b5cc375df0e46e3189" have entirely different histories.
8b75074f8b
...
8b2895ec05
3 changed files with 11 additions and 14 deletions
|
|
@ -1 +0,0 @@
|
|||
use flake .#website
|
||||
2
packages/zookeeper/.envrc
Normal file → Executable file
2
packages/zookeeper/.envrc
Normal file → Executable file
|
|
@ -1 +1 @@
|
|||
use flake .#zookeeper
|
||||
use flake
|
||||
|
|
@ -42,12 +42,11 @@ baboonCommand =
|
|||
Just $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "Send a baboon to the safari",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
"target"
|
||||
Nothing
|
||||
"Send a baboon to the safari"
|
||||
Nothing
|
||||
True
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
@ -64,12 +63,11 @@ unbaboonCommand =
|
|||
Just $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "The baboon to rewild",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
"target"
|
||||
Nothing
|
||||
"The baboon to rewild"
|
||||
Nothing
|
||||
True
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue