shell.nix
author Tomas Zeman <tomas@functionals.cz>
Thu, 29 Apr 2021 09:52:12 +0200
changeset 41 5c3196ebf921
parent 39 d671d57178fc
permissions -rw-r--r--
Added tag fatags-0.6 for changeset 4979d1ecb377

{ pkgs ? import <nixpkgs> {} }:

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