From 3d7210d8880fba2e2b1e8bc6fa109e9f3f5f67e2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 24 Apr 2025 01:48:36 +0200 Subject: [PATCH] flake.nix: drop CC from devshell We absolutely do not need a C compiler in here. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 44090b2..c98da1e 100644 --- a/flake.nix +++ b/flake.nix @@ -141,7 +141,7 @@ packages.${system} = { inherit optionsDoc documentation; }; - devShells.${system}.default = pkgs.mkShell { + devShells.${system}.default = pkgs.mkShellNoCC { inputsFrom = [ documentation ]; packages = with pkgs; [ clamav