This website requires JavaScript.
Explore
Help
Sign In
chavalitros
/
RI-P1
Watch
1
Star
0
Fork
You've already forked RI-P1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dceb1b7d36
RI-P1
/
shell.nix
6 lines
97 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
jdk11
maven
gnuplot
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink