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, lib,
stdenv, stdenv,
jq, jq,
coreutils,
udisks,
writeShellApplication, writeShellApplication,
}: }:
writeShellApplication writeShellApplication
@ -10,7 +12,7 @@ writeShellApplication
name = "auto-mount"; name = "auto-mount";
runtimeInputs = [jq]; runtimeInputs = [jq coreutils udisks];
text = '' text = ''
set -euo pipefail set -euo pipefail