Skip to content

Commit

Permalink
docs: add buildDotnetModule changes to release notes.
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b4190a)
  • Loading branch information
GGG-KILLER authored and corngood committed Dec 18, 2024
1 parent 4a0d578 commit e78ec6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nixos/doc/manual/release-notes/rl-2411.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,12 @@

- `virtualisation.incus` module gained new `incus-user.service` and `incus-user.socket` systemd units. It is now possible to add a user to `incus` group instead of `incus-admin` for increased security.

- `buildDotnetModule` now uses JSON-based instead of nix-based lockfiles.
Support for nix-based lockfiles has been deprecated and will be dropped on release 25.11.

- `buildDotnetModule.fetch-deps` now generates a JSON lockfile by default.
A nix-based lockfile will be generated if one existed before for compatibility, however it has been deprecated and will be dropped on release 25.11.

- `freecad` now supports addons and custom configuration in nix-way, which can be used by calling `freecad.customize`.

## Detailed Migration Information {#sec-release-24.11-migration}
Expand Down

0 comments on commit e78ec6d

Please sign in to comment.