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 + ]; }