Skip to content

Commit cb40b4b

Browse files
committed
nix: update for pyo3 0.8.0
1 parent 680505f commit cb40b4b

File tree

5 files changed

+873
-414
lines changed

5 files changed

+873
-414
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.*
33
*.orig
44
*~
5-
\#*\#
5+
[#]*[#]
66

77
# Rust
88
/target

default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ in ((callPackage ./nix/finalfusion-python.nix {}).finalfusion_python {}).overrid
4444
'';
4545

4646
installCheckPhase = ''
47-
cargo fmt --all -- --check
4847
pytest
4948
'';
5049

0 commit comments

Comments
 (0)