3
0
Fork 0
forked from mirrors/nixpkgs

doc/go: remove platform from example

this should only be set if the package doesn't work with the default platforms
This commit is contained in:
zowoq 2022-01-04 21:37:07 +10:00
parent f49bd944c5
commit e67813b0c6

View file

@ -34,7 +34,6 @@ pet = buildGoModule rec {
homepage = "https://github.com/knqyf263/pet";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
```