From ff9087adb492cad53a4f6e2ea9fc49282a12c8a4 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 a25d04a..3accf24 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ packages.${system} = { inherit optionsDoc documentation; }; - devShells.${system}.default = pkgs.mkShell { + devShells.${system}.default = pkgs.mkShellNoCC { inputsFrom = [ documentation ]; packages = with pkgs; [ clamav