swt23w23/shell.nix

11 lines
172 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [
asciidoctor
jdk17
plantuml
watchexec # enables automatic compiling on change
];
}