{ pkgs, ... }: { sane.programs.errno = { packageUnwrapped = pkgs.linkIntoOwnPackage pkgs.moreutils "bin/errno"; sandbox.method = "landlock"; }; }