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:
parent
f49bd944c5
commit
e67813b0c6
|
@ -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;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue