1
0
Fork 0
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:
Akira Komamura 2024-08-28 02:14:54 +09:00
parent b0724cf574
commit 1c11e45a24

View file

@ -38,7 +38,7 @@ Example:
pkgs = import nixpkgs {
inherit system;
overlays = [
org-babel.overlay
org-babel.overlays.default
];
};
in