Try and add some inputs to the auto-mount script

This commit is contained in:
Lillian Violet 2024-03-19 12:46:02 +01:00
parent c38a2b6f66
commit 255a4130ff

View file

@ -2,6 +2,8 @@
lib,
stdenv,
jq,
coreutils,
udisks,
writeShellApplication,
}:
writeShellApplication
@ -10,7 +12,7 @@ writeShellApplication
name = "auto-mount";
runtimeInputs = [jq];
runtimeInputs = [jq coreutils udisks];
text = ''
set -euo pipefail