This website requires JavaScript.
Explore
Help
Sign In
chavalitros
/
RI-P2
Watch
1
Star
0
Fork
You've already forked RI-P2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c61932d99d
RI-P2
/
shell.nix
6 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
Add project dependencies with maven
2020-11-03 19:49:01 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
Initial commit
2020-11-03 18:04:00 +01:00
with
pkgs
;
Add project dependencies with maven
2020-11-03 19:49:01 +01:00
mkShell
{
buildInputs
=
[
jdk
maven
]
;
}