flake: switch to nixos-unstable

This commit is contained in:
wo2wz 2026-01-11 14:54:27 -05:00
parent 16be2ec243
commit 586af7a61f
5 changed files with 30 additions and 48 deletions

View file

@ -125,7 +125,7 @@
"${lib.getExe inputs.nixpkgs-pin.legacyPackages.${pkgs.stdenv.hostPlatform.system}.graalvm-ce}"
"-Xmx1G -Xms1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15"
"-Dvelocity.max-known-packs=264"
"-jar /var/lib/velocity/velocity-3.4.0-SNAPSHOT-558.jar"
"-jar ${pkgs.velocity}/share/velocity/velocity.jar"
];
Type = "exec";
Restart = "always";