flake: start for new board

This commit is contained in:
phiwan-dev 2025-12-02 18:26:51 +01:00
parent cd88c4ffe6
commit dac2bab0c1

View file

@ -10,17 +10,12 @@
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
ergogen typst
librecad # for 2D outlines
kicad # for PCBs
devcontainer # for zmk devcontainer # for zmk
]; ];
shellHook = '' shellHook = ''
export __GLX_VENDOR_LIBRARY_NAME="" # To fix kicad with nvidia drivers
echo loaded phiboard shell echo loaded phiboard shell
''; '';
}; };