diff options
author | Rehno Lindeque <errantkid@gmail.com> | 2022-04-06 12:24:35 -0400 |
---|---|---|
committer | Rehno Lindeque <errantkid@gmail.com> | 2022-04-06 12:24:35 -0400 |
commit | 5ff4c42608bdf54d6f889f196f59a6c20c1631d6 (patch) | |
tree | 3b82de3aa603493302cbe3a7c4d84f93898c7828 | |
parent | b9c969a86667a7b16a7efa1df0e3d090ef2ead72 (diff) |
Update release notes
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 4f3c9ce41..8c8c0fd41 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -32,3 +32,11 @@ paths. Like fixed-output derivations, impure derivations have access to the network. Only fixed-output derivations and impure derivations can depend on an impure derivation. + +* The `nixosModule` flake output attribute has been renamed consistent + with the `.default` renames in nix 2.7. + + * `nixosModule` → `nixosModules.default` + + As before, the old output will continue to work, but `nix flake check` will + issue a warning about it. |