flake: start for new board
This commit is contained in:
parent
cd88c4ffe6
commit
dac2bab0c1
1 changed files with 2 additions and 7 deletions
|
|
@ -10,17 +10,12 @@
|
|||
devShells.${system}.default = pkgs.mkShell {
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
ergogen
|
||||
librecad # for 2D outlines
|
||||
|
||||
kicad # for PCBs
|
||||
typst
|
||||
|
||||
devcontainer # for zmk
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export __GLX_VENDOR_LIBRARY_NAME="" # To fix kicad with nvidia drivers
|
||||
|
||||
echo loaded phiboard shell
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue