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 5c40128a3d
commit 3d7210d888
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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