Add fvm to devenv

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-20 15:17:25 +08:00
parent 1b2933ba0e
commit 164e271d81

View File

@@ -5,10 +5,11 @@
settings.log_level = "info";
};
packages = [
pkgs.git
pkgs.just
pkgs.watchexec
packages = with pkgs; [
git
just
watchexec
fvm
];
dotenv = {