From cddc73187b682c83d5cef292fc25298f999a51b3 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 13 Apr 2020 11:37:07 -0400 Subject: [PATCH] jq, update config --- envspew.yml | 4 +++- shell.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/envspew.yml b/envspew.yml index 54b32bd..1482a75 100644 --- a/envspew.yml +++ b/envspew.yml @@ -12,7 +12,9 @@ data: config.json: | { "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 diff --git a/shell.nix b/shell.nix index f065ca2..014f57c 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ in pkgs.mkShell { go goimports kubectl - dive + jq xepkgs.gopls ];