Skip to content

Commit

Permalink
squash! feat: Add localPackages to exclude certain packages from flak…
Browse files Browse the repository at this point in the history
…e.nix
  • Loading branch information
akirak committed Nov 25, 2023
1 parent b53f4f1 commit f08935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in
inherit flakeLockFile;
};

excludeLocalPackages = lib.flip (removeAttrs localPackages);
excludeLocalPackages = attrs: removeAttrs attrs localPackages;
in {
inherit lib;
emacs = emacsPackage;
Expand Down

0 comments on commit f08935b

Please sign in to comment.