about summary refs log tree commit diff homepage
path: root/shell.nix
blob: bbadc58f5b46fad44ec41a0c76dea210999ce516 (plain) (blame)
1
2
3
4
with import <nixpkgs> {};
mkShell {
  nativeBuildInputs = [ discount libxslt md2gemini ];
}