Errors removing setuid from binaries

Why are you using "${}" in the first place? Just put the value directly. You don’t intend to provide strings here.

setuid = lib.mkForce false;
2 Likes