Add jq library

This commit is contained in:
Lillian Violet 2024-03-18 21:10:06 +01:00
parent b20255e0e2
commit 88c5a3de6b
2 changed files with 3 additions and 2 deletions

View file

@ -53,6 +53,7 @@
git-filter-repo
home-manager
htop
jq
noto-fonts
noto-fonts-emoji-blob-bin
noto-fonts-emoji

View file

@ -1,7 +1,7 @@
{
lib,
stdenv,
direnv,
jq,
writeShellApplication,
}:
writeShellApplication
@ -10,7 +10,7 @@ writeShellApplication
name = "auto-mount";
runtimeInputs = [];
runtimeInputs = [jq];
text = ''
set -euo pipefail