feat(nix): add a CI check that builds on 32-bit

Picked armv7l-linux but i686-linux would probably also work. Not sure
which one is more important to check for.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Thomas Mühlbacher 2025-03-21 16:34:03 +00:00 committed by Kent Overstreet
parent 3bf9a19571
commit a1080f2f6a

View File

@ -269,6 +269,8 @@
}
);
checks."32-bit" = config.packages."${cargoToml.package.name}-i686-linux";
devShells.default = pkgs.mkShell {
inputsFrom = [
config.packages.default