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