Skip to content

Commit

Permalink
fixup! lib.packagesFromDirectoryRecursive: drop open recursion from A…
Browse files Browse the repository at this point in the history
…PI surface
  • Loading branch information
nbraud committed Jan 18, 2025
1 parent 7477abe commit 168b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filesystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ in
# See:
# [lib.makeScope](https://nixos.org/manual/nixpkgs/unstable/#function-library-lib.customisation.makeScope) and
# [lib.recurseIntoAttrs](https://nixos.org/manual/nixpkgs/unstable/#function-library-lib.customisation.makeScope)
recurseIntoAttrs (makeScope args.newScope (self:
recurseIntoAttrs (makeScope newScope (self:
# generate the attrset representing the directory, using the new scope's `callPackage` and `newScope`
processDir (args // {
inherit (self) callPackage newScope;
Expand Down

0 comments on commit 168b2ab

Please sign in to comment.