doc/rl2505: mention addition of goSum to buildGoModule

This commit is contained in:
NotAShelf
2025-04-26 18:11:39 +03:00
parent 71ae33edd3
commit f5d220cccd
+2
View File
@@ -149,6 +149,8 @@
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go) for details.
- `buildGoModule` now supports a `goSum` attribute (`null` by default) to optionally provide a path to `go.sum` and correctly enabling rebuilds when the file changes.
- top-level `playwright` now refers to the github Microsoft/playwright package
instead of the python tester launcher. You can still refer to the python
launcher via `python3Packages.toPythonApplication python3Packages.playwright`