Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 27124f3

Browse files
committed
nix: relax attrs dep
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 3352494 commit 27124f3

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/packages/modmail.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ buildPythonApplication {
112112
];
113113

114114
pythonRelaxDeps = [
115-
"packaging"
115+
"attrs"
116116
"defusedxml"
117+
"packaging"
117118
"uvloop"
118119
];
119120

0 commit comments

Comments
 (0)