shell.nix
author Tomas Zeman <tomas@functionals.cz>
Wed, 22 Mar 2023 15:06:51 +0100
changeset 20 a76dd144bca4
parent 16 e01a46f45b02
permissions -rw-r--r--
GraphEdge: color, width, dashes

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [
    openjdk11
  ];
}