My stab at CI (#66)

This commit is contained in:
Miles Wirht
2026-06-15 18:42:57 -04:00
committed by GitHub
parent 74a728db05
commit ec395ac14c
32 changed files with 815 additions and 280 deletions
+7 -1
View File
@@ -106,7 +106,13 @@
devShells.default = pkgs.mkShell {
inputsFrom = [ gpui ];
packages = [ toolchain ];
packages = [
toolchain
pkgs.cargo-machete
pkgs.taplo
pkgs.typos
pkgs.just
];
shellHook = ''
export RUST_BACKTRACE=1