From 5cc4bba4a3ce887ea5e29e845b4242eff35ab36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 11 Jun 2022 11:48:31 +0200 Subject: [PATCH] shell.nix: use nocc --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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