diff options
Diffstat (limited to 'hosts/moyo')
| -rw-r--r-- | hosts/moyo/container.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/moyo/container.nix b/hosts/moyo/container.nix index d3483b5..f596d87 100644 --- a/hosts/moyo/container.nix +++ b/hosts/moyo/container.nix @@ -66,8 +66,8 @@ name = "vi"; vimrcConfig = { customRC = ""; }; }) - jdk23 - #graalvm-oracle + #jdk23 + graalvm-ce ]; system.stateVersion = "25.05"; |