Improve nix shell

Do not add standard c compiler.
This commit is contained in:
Daniel Siepmann 2024-03-05 19:04:12 +01:00
parent 4429e25a79
commit 08886e6290
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -68,7 +68,7 @@ let
project-install project-install
''; '';
}; };
in pkgs.mkShell { in pkgs.mkShellNoCC {
name = "Fediverse-Feed-Wrappers"; name = "Fediverse-Feed-Wrappers";
buildInputs = [ buildInputs = [
pkgs.php83 pkgs.php83