fix: make sudo sad

This commit is contained in:
Ahwx 2025-06-03 10:33:07 +02:00
parent c8c9d70276
commit 78cb82a061

View file

@ -36,7 +36,7 @@
--replace "incorrect password attempts" "nuu silly, try again ~ >.< ~" \ --replace "incorrect password attempts" "nuu silly, try again ~ >.< ~" \
--replace "incorrect password attempt" "nuu silly, try again ~ >.< ~" \ --replace "incorrect password attempt" "nuu silly, try again ~ >.< ~" \
--replace "authentication failure" "oepsie woepsie alles is stukkie wukkie :3" \ --replace "authentication failure" "oepsie woepsie alles is stukkie wukkie :3" \
--replace "a password is required" "no password for me? 🥺\n" --replace "a password is required" "no password? 😭\n"
''; '';
configureFlags = configureFlags =
(builtins.filter (x: !(lib.strings.hasPrefix x "--with-passprompt=")) old.configureFlags) (builtins.filter (x: !(lib.strings.hasPrefix x "--with-passprompt=")) old.configureFlags)