mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
docs: Fix on the flake API
This commit is contained in:
parent
b0724cf574
commit
1c11e45a24
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Example:
|
|||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
org-babel.overlay
|
||||
org-babel.overlays.default
|
||||
];
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue