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