dev: toolchain harmonization, additional checks and formatters

This commit is contained in:
Per Stark
2026-06-29 19:48:38 +02:00
parent 1f0c7d4e51
commit de53020961
36 changed files with 1514 additions and 699 deletions
+5
View File
@@ -0,0 +1,5 @@
{
pkgs,
system ? pkgs.stdenv.hostPlatform.system,
}:
if system == "x86_64-linux" then pkgs.callPackage ./binary.nix { } else pkgs.surrealdb