2021-11-15 14:01:58 +01:00

5 lines
97 B
Nix

{ pkgs ? import <nixpkgs> {} }:
{
reveal-md = pkgs.callPackage ./reveal-md { pkgs = pkgs; };
}