From d30047585bffd6e1f115dc9522ce91bc7c0b76ff Mon Sep 17 00:00:00 2001 From: EEva Date: Wed, 11 Jan 2023 22:43:32 +0200 Subject: [PATCH] Remove easy-hls --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 7adb3d9..4f58065 100644 --- a/shell.nix +++ b/shell.nix @@ -11,5 +11,7 @@ let in mkShell { - buildInputs = [ easy-hls ]; + buildInputs = [ + #easy-hls + ]; }