about summary refs log tree commit diff
path: root/home/modules/development.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-08T14·16-0400
committerGriffin Smith <root@gws.fyi>2020-05-08T14·16-0400
commitebc7ec44a26838b430a53cc092c31eac9db02195 (patch)
treecfb5da631afb28d9d793d1956931c3afd6f75aca /home/modules/development.nix
parent7266a417076eb7e69c8f4f235c640608ed8c624d (diff)
Add yq
Diffstat (limited to 'home/modules/development.nix')
-rw-r--r--home/modules/development.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix
index cde541f560..98f0ac8a80 100644
--- a/home/modules/development.nix
+++ b/home/modules/development.nix
@@ -7,6 +7,7 @@
 
   home.packages = with pkgs; [
     jq
+    yq
     gitAndTools.hub
     gitAndTools.tig
     shellcheck