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"; settings.log_level = "info";
}; };
packages = [ packages = with pkgs; [
pkgs.git git
pkgs.just just
pkgs.watchexec watchexec
fvm
]; ];
dotenv = { dotenv = {