Skip to content

Commit

Permalink
🔥 remove c compiler from devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Feb 28, 2024
1 parent cb1c657 commit 5ebc620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 5ebc620

Please sign in to comment.