1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00
org-babel/flake.nix

6 lines
120 B
Nix
Raw Normal View History

2021-12-03 13:44:34 +00:00
{
description = "Nix library for extracting source blocks from Org";
outputs = { ... }: { lib = import ./nix; };
}