From 5ebc620f2b656214292903627dd5c7caa6dbffea Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 28 Feb 2024 22:27:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20c=20compiler=20from=20d?= =?UTF-8?q?evShell?= 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 [