Skip to content

Commit e065a13

Browse files
committed
ci: fix nix flake check
1 parent 2b3318d commit e065a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
overlays = [
114114
self.overlays.default
115115
];
116-
config = { };
116+
config = {
117+
permittedInsecurePackages = [ "python3.13-ecdsa-0.19.1" ];
118+
};
117119
};
118120

119121
overlayAttrs = {

0 commit comments

Comments
 (0)