buildNimSbom: init a new package builder for Nim

Ref: #327064
This commit is contained in:
Emery Hemingway 2024-11-14 10:49:19 +01:00 committed by Emery Hemingway
parent 7f317dd090
commit eaff0725de
7 changed files with 261 additions and 8 deletions

View file

@ -911,6 +911,8 @@
- `freecad` now supports addons and custom configuration in nix-way, which can be used by calling `freecad.customize`.
- `buildNimSbom` was added as an alternative to `buildNimPackage`. `buildNimSbom` uses [SBOMs](https://cyclonedx.org/) to generate packages whereas `buildNimPackage` uses a custom JSON lockfile format.
## Detailed Migration Information {#sec-release-24.11-migration}
### `sound` options removal {#sec-release-24.11-migration-sound}