From 08886e6290470cd8fec02d84a4ec599e5491b06f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 5 Mar 2024 19:04:12 +0100 Subject: [PATCH] Improve nix shell Do not add standard c compiler. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index f1f1779..599e51f 100644 --- a/shell.nix +++ b/shell.nix @@ -68,7 +68,7 @@ let project-install ''; }; -in pkgs.mkShell { +in pkgs.mkShellNoCC { name = "Fediverse-Feed-Wrappers"; buildInputs = [ pkgs.php83