Java: Difference between revisions
imported>Makefu add overriding chapter for certificate store |
imported>Volth →Using Oracle JDK instead of Open JDK: oraclejdk.accept_license does not work and was removed |
||
| Line 38: | Line 38: | ||
# /etc/nixos/configuration.nix | # /etc/nixos/configuration.nix | ||
{ | { | ||
nixpkgs.config | nixpkgs.config.allowUnfree = true; | ||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
oraclejre8 | oraclejre8 | ||