mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-05 16:27:07 +00:00
5 lines
120 B
Nix
5 lines
120 B
Nix
{
|
|
description = "Nix library for extracting source blocks from Org";
|
|
|
|
outputs = { ... }: { lib = import ./nix; };
|
|
}
|