Skip to content

Commit

Permalink
Revert "fix: Pass outPath explicitly"
Browse files Browse the repository at this point in the history
This reverts commit 6c5e0fd.
  • Loading branch information
akirak committed Oct 19, 2023
1 parent 1e6f6be commit 2e8211a
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 2e8211a

Please sign in to comment.