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
0f688eaf42
RI-P1
/
shell.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-10-06 18:45:22 +02:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
Add File class and TODOs
2020-10-25 13:51:13 +01:00
mkShell
{
buildInputs
=
[
jdk11
maven
gnuplot
]
;
}