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:
parent
32c28e885f
commit
5e980863ed
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit lib;
|
inherit lib;
|
||||||
overlay = _: pkgs: {
|
overlay = _: prev: {
|
||||||
tangleOrgBabelFile = name: path: options:
|
tangleOrgBabelFile = name: path: options:
|
||||||
pkgs.writeText name
|
prev.writeText name
|
||||||
(lib.tangleOrgBabel options (builtins.readFile path));
|
(lib.tangleOrgBabel options (builtins.readFile path));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue