jq, update config

This commit is contained in:
Cadey Ratio 2020-04-13 11:37:07 -04:00
parent 8a9cc4a33a
commit cddc73187b
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@ data:
config.json: | config.json: |
{ {
"WERE_NO": "strangers to love", "WERE_NO": "strangers to love",
"YOU_KNOW": "the rules and so do i" "YOU_KNOW": "the rules and so do i",
"A_FULL_COMMITMENT": "is what i'm thinking of",
"YOU_WOULDN'T_GET_THIS": "from any other guy"
} }
--- ---
apiVersion: apps/v1 apiVersion: apps/v1

View File

@ -7,7 +7,7 @@ in pkgs.mkShell {
go go
goimports goimports
kubectl kubectl
dive jq
xepkgs.gopls xepkgs.gopls
]; ];