From 6d7e15185240df56bf21eb74d38b482f9d6778ae Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 21 May 2024 20:22:13 +0200 Subject: [PATCH] Do not add CC to shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c3f181a..a8d70b4 100644 --- a/shell.nix +++ b/shell.nix @@ -29,7 +29,7 @@ let ''; }; -in pkgs.mkShell { +in pkgs.mkShellNoCC { name = "Videocutting"; buildInputs = [ pkgs.ffmpeg