Get support for sagikazarmark/reveal-md-flake

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

sagikazarmark/reveal-md-flake

⚠️ Deprecated: reveal-md is now available in nixpkgs.

Nix flake for reveal-md

GitHub Workflow Status built with nix

Usage

In the shell:

$ nix shell github:sagikazarmark/reveal-md-flake
$ which reveal-md
/nix/store/y0yqmnk8js2k9rbaakcr3sfyhfq0fd7l-reveal-md/bin/reveal-md

In your own flake.nix:

  # define an input
  reveal-md-flake.url = "github:sagikazarmark/reveal-md-flake";

  # Option 1: as an overlay
  pkgs = import nixpkgs {
    inherit system;
    overlays = [
      reveal-md-flake.overlay
    ];
  };

  # Option 2: directly
  devShell = pkgs.mkShell { buildInputs = with pkgs; [ reveal-md-flake.defaultPackage."${system}" ]; };

License

The MIT License (MIT). Please see License File for more information.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2