RI-P1/shell.nix

6 lines
97 B
Nix
Raw Normal View History

2020-10-06 18:45:22 +02:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
2020-10-25 13:51:13 +01:00
mkShell { buildInputs = [ jdk11 maven gnuplot ]; }