chore: disable sudo insults

This commit is contained in:
Ahwx 2025-07-17 16:48:56 +02:00
parent 907352965d
commit cddfbd9953

View file

@ -27,7 +27,7 @@
} }
]; ];
package = (pkgs.sudo.override { withInsults = true; }).overrideAttrs (old: { package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: {
postPatch = postPatch =
(old.postPatch or "") (old.postPatch or "")
+ '' + ''