This website requires JavaScript.
Explore
Help
Sign in
bad
/
devos
Watch
1
Star
0
Fork
You've already forked devos
0
Code
Issues
1
Pull requests
Projects
Releases
Wiki
Activity
0976950b75
devos
/
profiles
/
java
/
default.nix
8 lines
107 B
Nix
Raw
Normal View
History
Unescape
Escape
Install java
2021-08-23 14:40:31 +02:00
{
pkgs
,
.
.
.
}:
{
programs
.
java
.
enable
=
true
;
environment
.
systemPackages
=
with
pkgs
;
[
Run nixpkgs-fmt
2021-08-31 23:21:03 +02:00
jdk
Install java
2021-08-23 14:40:31 +02:00
]
;
}
Reference in a new issue
Copy permalink