shell.nix
author Tomas Zeman <tomas@functionals.cz>
Wed, 19 Apr 2023 13:37:54 +0200
changeset 22 349865843025
parent 16 e01a46f45b02
permissions -rw-r--r--
Added tag visjs-0.3 for changeset ce3dba8f47dd

{ pkgs ? import <nixpkgs> {} }:

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