Skip to content

Commit e3d6d62

Browse files
PetarKirovgalin-s
authored andcommitted
fix(nix/pkgs/spin-plugin): Fix manifest os field mapping
The [implementation][0] uses `macos`, not `osx`. Also SIP006 uses `macos` in one of the example URLs. Additionally, the authoritative `spin-plugin-manifest-schema-0.1.json` was [updated][1] as well. PR to fix the typo upstream: spinframework/spin#3011 [0]: https://github.com/fermyon/spin/blob/v3.1.2/crates/plugins/src/manifest.rs#L113 [1]: spinframework/spin-plugins#10
1 parent fcd1ba7 commit e3d6d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/pkgs/spin-plugin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let
1818
os =
1919
{
2020
linux = "linux";
21-
darwin = "osx";
21+
darwin = "macos";
2222
}
2323
.${hostPlatform.parsed.kernel.name};
2424

0 commit comments

Comments
 (0)