Skip to content

Commit d4dd5ee

Browse files
committed
meshtastic: init at 2.7.5
1 parent b02dd83 commit d4dd5ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)