From the original report, the payload was only included when this if case triggered during build. if test -f "$srcdir/debian/rules" || test "x$RPM_ARCH" = "xx86_64";then
. As Nix builds are pure, aka won’t contain debian/rules
or the variable RPM_ARCH
during build, there shouldn’t be any official nix generated artifact that will contain the payload built in.
4 Likes