added additional tooling to the development environment
This commit is contained in:
parent
79a1e2cf8e
commit
30f977bb09
|
@ -14,9 +14,11 @@ with self.pkgs.${system};
|
||||||
python310Full
|
python310Full
|
||||||
python311
|
python311
|
||||||
yaml-language-server
|
yaml-language-server
|
||||||
|
nodePackages.node-red
|
||||||
]
|
]
|
||||||
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
||||||
vscodium-fhs
|
vscodium-fhs
|
||||||
|
eagle
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
# Linter
|
# Linter
|
||||||
|
|
Loading…
Reference in a new issue