website/shell.nix

12 lines
140 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
imagemagick
just
libavif
pandoc
tup
];
}