mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-17 08:00:49 +05:00
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
@ -177,7 +177,7 @@
|
|||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
inherit optionsDoc documentation;
|
inherit optionsDoc documentation;
|
||||||
};
|
};
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShellNoCC {
|
||||||
inputsFrom = [ documentation ];
|
inputsFrom = [ documentation ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
clamav
|
clamav
|
||||||
|
Loading…
x
Reference in New Issue
Block a user