RI-P2/shell.nix

6 lines
87 B
Nix
Raw Permalink Normal View History

2020-11-03 19:49:01 +01:00
{ pkgs ? import <nixpkgs> { } }:
2020-11-03 18:04:00 +01:00
with pkgs;
2020-11-03 19:49:01 +01:00
mkShell { buildInputs = [ jdk maven ]; }