feat: initial commit

This commit is contained in:
eric
2026-03-12 22:18:09 +01:00
parent f13f4a9a69
commit 91ed44e577
7 changed files with 17 additions and 22 deletions

View File

@@ -28,7 +28,6 @@
formatting = {
programs = {
oxfmt.enable = true;
shfmt.enable = true;
};
@@ -39,12 +38,6 @@
"-s"
"-w"
];
oxfmt.includes = [
"*.md"
"*.yaml"
"*.yml"
"*.json"
];
};
};
};
@@ -116,7 +109,7 @@
];
checks.tests = {
command = "bazel build //wails/... //wails_bun/... //examples/...";
command = "echo 'no tests'";
stage = "pre-push";
passFilenames = false;
runtimeInputs = [ bazel9 ];