Skip to content

Commit

Permalink
fixup! packages: add support for package.nix (#5)
Browse files Browse the repository at this point in the history
Fix partially applied function used by the modules loading
  • Loading branch information
zimbatm committed May 30, 2024
1 parent 1bbff01 commit 4f88aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let
in
lib.optionalAttrs (builtins.pathExists path) (fn combined);

entriesPath = entries: lib.mapAttrs (name: { path, type }: path);
entriesPath = lib.mapAttrs (name: { path, type }: path);

# Prefixes all the keys of an attrset with the given prefix
withPrefix =
Expand Down

0 comments on commit 4f88aed

Please sign in to comment.