From 059bc763a71a45061b3524a96eec12e0530a3c5a Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 29 Feb 2024 13:17:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20c=20compiler=20from=20d?= =?UTF-8?q?evShell=20(#78)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 81e55f4..5933cb5 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ GIT_REV = self.shortRev or "Not committed yet."; treefmt = (treefmt-nix.lib.evalModule pkgs ./formatter.nix).config.build; in { - devShells.${system}.default = pkgs.mkShell { + devShells.${system}.default = pkgs.mkShellNoCC { inherit nativeBuildInputs buildInputs GIT_DATE GIT_REV; packages = devInputs ++ [ treefmt.wrapper ]; LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [