datasurvey/default.nix

12 lines
151 B
Nix
Raw Normal View History

2021-07-26 02:43:09 +00:00
with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
bashInteractive
maven
];
buildInputs = [
openjdk11
nodejs-14_x
];
}