Improve nix shell
Do not add standard c compiler.
This commit is contained in:
parent
4429e25a79
commit
08886e6290
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ let
|
|||
project-install
|
||||
'';
|
||||
};
|
||||
in pkgs.mkShell {
|
||||
in pkgs.mkShellNoCC {
|
||||
name = "Fediverse-Feed-Wrappers";
|
||||
buildInputs = [
|
||||
pkgs.php83
|
||||
|
|
Loading…
Reference in a new issue