podman: Limit the platform to linux

This commit is contained in:
klea
2026-06-28 06:35:57 +00:00
parent d7a368779a
commit ebd782baf8
+1
View File
@@ -204,5 +204,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
teams = [ lib.teams.podman ];
mainProgram = "podman";
platforms = lib.platforms.linux;
};
})