Compare commits

..

No commits in common. "8b75074f8be2ada7ed7ee03e563172652b2556cc" and "8b2895ec052aab925656a3b5cc375df0e46e3189" have entirely different histories.

3 changed files with 11 additions and 14 deletions

View file

@ -1 +0,0 @@
use flake .#website

2
packages/zookeeper/.envrc Normal file → Executable file
View file

@ -1 +1 @@
use flake .#zookeeper
use flake

View file

@ -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