mirror of
https://github.com/emacs-twist/org-babel.git
synced 2024-12-14 11:07:30 +00:00
6 lines
120 B
Nix
6 lines
120 B
Nix
|
{
|
||
|
description = "Nix library for extracting source blocks from Org";
|
||
|
|
||
|
outputs = { ... }: { lib = import ./nix; };
|
||
|
}
|