diff options
author | Karel Kočí <cynerd@email.cz> | 2022-08-11 09:19:38 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-08-11 09:19:38 +0200 |
commit | 977a2e976ac87a4e994e33c0ccea51cbef3bc30d (patch) | |
tree | 0ed2fb65c12e7f87afb01475a77ea41d4605c8de /nixos | |
parent | 8eaf6c4734e1184d7c31708247cba0fa01999386 (diff) | |
download | nixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.tar.gz nixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.tar.bz2 nixos-personal-977a2e976ac87a4e994e33c0ccea51cbef3bc30d.zip |
nixos/modules/develop: add jq and yq
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 1 |
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 |