mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-05 08:17:05 +00:00
Use overlays.default rather than overlay as the flake output
This commit is contained in:
parent
5e980863ed
commit
92e7d57aa5
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
flake.nix
|
@ -7,10 +7,12 @@
|
|||
in
|
||||
{
|
||||
inherit lib;
|
||||
overlay = _: prev: {
|
||||
tangleOrgBabelFile = name: path: options:
|
||||
prev.writeText name
|
||||
(lib.tangleOrgBabel options (builtins.readFile path));
|
||||
overlays = {
|
||||
default = _: prev: {
|
||||
tangleOrgBabelFile = name: path: options:
|
||||
prev.writeText name
|
||||
(lib.tangleOrgBabel options (builtins.readFile path));
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue