We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d8e5 commit 2a36217Copy full SHA for 2a36217
pkgs/by-name/me/meshtastic/package.nix
@@ -0,0 +1,7 @@
1
+{ lib, python3Packages }:
2
+
3
+python3Packages.toPythonApplication (
4
+ python3Packages.meshtastic.overridePythonAttrs (prev: {
5
+ dependencies = prev.dependencies ++ lib.concatAttrValues prev.optional-dependencies;
6
+ })
7
+)
0 commit comments