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
master
RI-P2
/
shell.nix
6 lines
87 B
Nix
Raw
Permalink
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
jdk
maven
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink