RI-P1/shell.nix
2020-10-06 18:45:22 +02:00

6 lines
89 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ jdk11 maven ]; }