mdsh 0.7.0

Markdown shell pre-processor
Documentation
1
2
3
4
5
6
7
8
{
  description = "mdsh - a markdown shell pre-processor";
  outputs = { self, nixpkgs }: {
    devShell.x86_64-linux = import ./shell.nix {
      pkgs = nixpkgs.legacyPackages.x86_64-linux;
    };
  };
}