flake.nix: drop CC from devshell
We absolutely do not need a C compiler in here.
This commit is contained in:
parent
d0ac5ce64c
commit
ff9087adb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue