shell.nix
author Tomas Zeman <tomas@functionals.cz>
Tue, 11 May 2021 10:59:51 +0200
changeset 42 e6e070b3a80f
parent 39 d671d57178fc
permissions -rw-r--r--
fatags: 0.6 -> 0.7-SNAPSHOT

{ pkgs ? import <nixpkgs> {} }:

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