refactor: tidy; fix runtime path resolution

This commit is contained in:
2026-01-17 13:45:44 +08:00
parent f2fc12026f
commit 09bfbca64a
21 changed files with 588 additions and 573 deletions
+2 -1
View File
@@ -18,7 +18,7 @@
{
default = pkgs.mkShell {
packages = with pkgs; [
(fenix.packages.${system}.stable.withComponents [
(fenix.packages.${system}.latest.withComponents [
"cargo"
"clippy"
"rust-src"
@@ -30,6 +30,7 @@
lldb
valgrind
hyperfine
just
nodejs
nodePackages.npm