Add justfile to project

NOTE: only go build added

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-19 16:22:17 +08:00
parent b81a43019a
commit 55e7d3520a
5 changed files with 30 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
packages = [
pkgs.git
pkgs.bun
pkgs.just
];
languages.go.enable = true;
languages.go.version = "1.25.5";