Skip to content

Commit

Permalink
Merge pull request #133 from emacs-twist/revert-out-path
Browse files Browse the repository at this point in the history
Revert the last PR to use outPath explicitly
  • Loading branch information
akirak authored Oct 19, 2023
2 parents 1e6f6be + 2e8211a commit c8ed404
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 @@ -67,7 +67,7 @@ in

builtinLibraryList = self.callPackage ./builtins.nix {};

builtinLibraries = lib.pipe (readFile builtinLibraryList.outPath) [
builtinLibraries = lib.pipe (readFile builtinLibraryList) [
(split "\n")
(filter (s: isString s && s != ""))
];
Expand Down

0 comments on commit c8ed404

Please sign in to comment.