shell.nix
author Tomas Zeman <tomas@functionals.cz>
Thu, 13 May 2021 14:32:54 +0200
changeset 47 d7b69a5dcd37
parent 39 d671d57178fc
permissions -rw-r--r--
fatags: 0.7-SNAPSHOT -> 0.7

{ pkgs ? import <nixpkgs> {} }:

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