This commit is contained in:
Filipriec
2026-03-23 09:41:11 +01:00
parent 20dade6168
commit bee9777a4b
3 changed files with 27 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
zls = pkgs.zls;
in {
devShells.${system}.default = pkgs.mkShell {
buildInputs = [ zig zls ];
buildInputs = [ zig zls pkgs.openocd ];
shellHook = ''
echo "Entering Zig Master Environment"
echo "Zig: $(zig version)"