diff --git a/shell.nix b/shell.nix index 889794b..4ab45ce 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ {pkgs ? import {}}: with pkgs; - mkShell { + mkShellNoCC { buildInputs = [ python3.pkgs.pytest python3.pkgs.flake8