shell.nix
author Tomas Zeman <tomas@functionals.cz>
Fri, 17 Feb 2023 13:35:20 +0100
changeset 18 344e0506d659
parent 16 e01a46f45b02
permissions -rw-r--r--
scalaJsDom: revert to 1.2.0 (compatibility reasons)

{ pkgs ? import <nixpkgs> {} }:

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