shell.nix
author Tomas Zeman <tomas@functionals.cz>
Thu, 29 Apr 2021 09:52:00 +0200
changeset 40 4979d1ecb377
parent 39 d671d57178fc
permissions -rw-r--r--
fatags: 0.6-SNAPSHOT -> 0.6

{ pkgs ? import <nixpkgs> {} }:

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