Restart xiao project

This commit is contained in:
Invariantspace 2025-06-22 13:54:55 -05:00
parent c0c5938994
commit 6eee518a87
Signed by: macronova
GPG key ID: CE969670FB4B4A56
9 changed files with 91 additions and 1988 deletions

View file

@ -35,7 +35,10 @@
env = {
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
};
git-hooks.hooks.alejandra.enable = true;
git-hooks.hooks = {
alejandra.enable = true;
taplo.enable = true;
};
languages = {
nix.enable = true;
python.enable = true;
@ -58,6 +61,7 @@
espflash
espPkgs.esp-idf-esp32c6
ldproxy
sops
];
}
];