Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

[DEPRECATED] reveal-md is now available in nixpkgs.

License

Notifications You must be signed in to change notification settings

sagikazarmark/reveal-md-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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.

About

[DEPRECATED] reveal-md is now available in nixpkgs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages