agregar default.nix
This commit is contained in:
parent
a4badf7b7e
commit
7e52f105f8
|
@ -0,0 +1,11 @@
|
|||
with import <nixpkgs> { };
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
bashInteractive
|
||||
maven
|
||||
];
|
||||
buildInputs = [
|
||||
openjdk11
|
||||
nodejs-14_x
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue