nix-book/shell.nix
Amy de Buitléir 1c48809050 initial commit
2023-06-11 20:39:47 +01:00

7 lines
110 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
asciidoctor
python311Packages.pygments
];
}