# Nix-shell script # ---------------- with import {}; stdenv.mkDerivation rec { name = "block-diagram"; env = buildEnv { name = name; paths = buildInputs; }; buildInputs = [ blockdiag nwdiag seqdiag actdiag lessc rake feh # not needed anymore inotifyTools ]; shellHook = '' ''; }