1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00

Use prev as the argument for overlay

This commit is contained in:
Akira Komamura 2022-12-01 17:40:38 +09:00
parent 32c28e885f
commit 5e980863ed

View file

@ -7,9 +7,9 @@
in
{
inherit lib;
overlay = _: pkgs: {
overlay = _: prev: {
tangleOrgBabelFile = name: path: options:
pkgs.writeText name
prev.writeText name
(lib.tangleOrgBabel options (builtins.readFile path));
};
};