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 git-filter-repo
home-manager home-manager
htop htop
jq
noto-fonts noto-fonts
noto-fonts-emoji-blob-bin noto-fonts-emoji-blob-bin
noto-fonts-emoji noto-fonts-emoji

View file

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