website/shell.nix

11 lines
128 B
Nix
Raw Normal View History

2022-01-12 16:36:11 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
imagemagick
just
pandoc
tup
];
}