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 ];