flake.nix: drop CC from devshell

We absolutely do not need a C compiler in here.
This commit is contained in:
Martin Weinelt 2025-04-24 01:48:36 +02:00
parent d0ac5ce64c
commit ff9087adb4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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