Restart xiao project
This commit is contained in:
parent
dfb4b1e765
commit
574d4d08bc
9 changed files with 91 additions and 1988 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue