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
|
||||
python311
|
||||
yaml-language-server
|
||||
nodePackages.node-red
|
||||
]
|
||||
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
||||
vscodium-fhs
|
||||
eagle
|
||||
]
|
||||
++ [
|
||||
# Linter
|
||||
|
|
Loading…
Reference in a new issue