Add jq library
This commit is contained in:
parent
b20255e0e2
commit
88c5a3de6b
|
@ -53,6 +53,7 @@
|
|||
git-filter-repo
|
||||
home-manager
|
||||
htop
|
||||
jq
|
||||
noto-fonts
|
||||
noto-fonts-emoji-blob-bin
|
||||
noto-fonts-emoji
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue