itgk-kurs-2021/.nix/default.nix

5 lines
97 B
Nix

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