From 9a4acafaa1d8f976ea038b420248e47be9a45a78 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 25 Nov 2024 13:05:36 +0000 Subject: [PATCH] Update server --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4979244..552594c 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,12 @@ env = "server"; custom = [ ({pkgs, ...}: { - environment.systemPackages = with pkgs; [python3Packages.guessit mediainfo yt-dlp]; + environment.systemPackages = with pkgs; [ + python3Packages.guessit + mediainfo + yt-dlp + mkvtoolnix-cli + ]; }) ]; };