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 {
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue