website/shell.nix
2024-11-19 15:13:02 +01:00

13 lines
152 B
Nix

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