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 {
buildInputs = with pkgs; [
ergogen
librecad # for 2D outlines
typst
kicad # for PCBs
devcontainer # for zmk
devcontainer # for zmk
];
shellHook = ''
export __GLX_VENDOR_LIBRARY_NAME="" # To fix kicad with nvidia drivers
echo loaded phiboard shell
'';
};