aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-11 09:19:38 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-11 09:19:38 +0200
commit977a2e976ac87a4e994e33c0ccea51cbef3bc30d (patch)
tree0ed2fb65c12e7f87afb01475a77ea41d4605c8de /nixos/modules
parent8eaf6c4734e1184d7c31708247cba0fa01999386 (diff)
downloadnixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.tar.gz
nixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.tar.bz2
nixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.zip
nixos/modules/develop: add jq and yq
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/develop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix
index 8d873a3..844081b 100644
--- a/nixos/modules/develop.nix
+++ b/nixos/modules/develop.nix
@@ -40,6 +40,7 @@ in {
dash # Posix shell
bats
shellcheck
+ jq yq
# Python
python3 python3Packages.ipython