{ description = "Nix library for extracting source blocks from Org"; outputs = { ... }: { lib = import ./nix; }; }