From 97e4cd49d7667cfcb4e551d9938f7f3f48e53728 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 20 Apr 2026 11:19:11 +0100 Subject: [PATCH] Adding usbutils --- hosts/FredOS-Mediaserver.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/FredOS-Mediaserver.nix b/hosts/FredOS-Mediaserver.nix index bda3d2d..26ed271 100644 --- a/hosts/FredOS-Mediaserver.nix +++ b/hosts/FredOS-Mediaserver.nix @@ -18,6 +18,7 @@ yt-dlp ghostty.terminfo matugen + usbutils (pkgs.writeShellScriptBin "transcode-hevc" '' export PATH="${pkgs.jellyfin-ffmpeg}/bin:${pkgs.coreutils}/bin:${pkgs.findutils}/bin:${pkgs.gnugrep}/bin:${pkgs.gawk}/bin:${pkgs.bc}/bin:${pkgs.curl}/bin:$PATH" exec ${pkgs.bash}/bin/bash ${../scripts/transcode-hevc.sh} "$@"