From 107060f50cbdd4a5d265400173732cb409126ff3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 10 Dec 2019 11:59:29 +0800 Subject: [PATCH] nixbld: remove adoptopenjdk-openj9-bin-11 This is for running NATview, but since there are fewer uTCA issues with Sayma v2 this is not really necessary anymore. And for power control, STM32 + SSR works better than uTCA. --- nixbld-etc-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index f23669b..b8a22fd 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -149,7 +149,7 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ wget vim git file lm_sensors acpi pciutils psmisc gdb telnet whois zip unzip nixops - irssi tmux adoptopenjdk-openj9-bin-11 tigervnc xorg.xauth icewm xterm xorg.xsetroot usbutils imagemagick jq + irssi tmux tigervnc xorg.xauth icewm xterm xorg.xsetroot usbutils imagemagick jq ]; # Some programs need SUID wrappers, can be configured further or are