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 $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
"target"
|
||||
Nothing
|
||||
"Send a baboon to the safari"
|
||||
Nothing
|
||||
True
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "Send a baboon to the safari",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
@ -63,11 +64,12 @@ unbaboonCommand =
|
|||
Just $
|
||||
OptionsValues
|
||||
[ OptionValueUser
|
||||
"target"
|
||||
Nothing
|
||||
"The baboon to rewild"
|
||||
Nothing
|
||||
True
|
||||
{ optionValueName = "target",
|
||||
optionValueLocalizedName = Nothing,
|
||||
optionValueDescription = "The baboon to rewild",
|
||||
optionValueLocalizedDescription = Nothing,
|
||||
optionValueRequired = True
|
||||
}
|
||||
],
|
||||
createDefaultMemberPermissions = Nothing,
|
||||
createDMPermission = Nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue