Skip to content

Commit

Permalink
fixup! lib.packagesFromDirectoryRecursive: use explicit recursion, su…
Browse files Browse the repository at this point in the history
…pport nested scopes
  • Loading branch information
nbraud committed Jan 12, 2025
1 parent 0fe9ad2 commit 6b9379f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nixos/doc/manual/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@
"sec-changing-config": [
"index.html#sec-changing-config"
],
"sec-release-25.05-lib-notable-changes": [
"release-notes.html#sec-release-25.05-lib-notable-changes"
],
"sec-upgrading": [
"index.html#sec-upgrading"
],
Expand Down Expand Up @@ -1895,6 +1892,9 @@
"sec-release-25.05-lib-breaking": [
"release-notes.html#sec-release-25.05-lib-breaking"
],
"sec-release-25.05-lib-additions-improvements": [
"release-notes.html#sec-release-25.05-lib-additions-improvements"
],
"sec-release-24.11": [
"release-notes.html#sec-release-24.11"
],
Expand Down
2 changes: 1 addition & 1 deletion nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@
[`lib.packagesFromDirectoryRecursive`]: https://nixos.org/manual/nixpkgs/stable/#function-library-lib.filesystem.packagesFromDirectoryRecursive
[`lib.recurseIntoAttrs`]: https://nixos.org/manual/nixpkgs/stable/#function-library-lib.attrsets.recurseIntoAttrs

### Other notable changes {#sec-release-25.05-lib-notable-changes}
### Additions and Improvements {#sec-release-25.05-lib-additions-improvements}

- [`lib.packagesFromDirectoryRecursive`] can now construct nested scopes matching the directory tree passed as input.

0 comments on commit 6b9379f

Please sign in to comment.