Skip to content

Commit 1ca8c21

Browse files
committed
fix: Disable check
1 parent 38ec0cf commit 1ca8c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# The application
1818
cosmo = prev.poetry2nix.mkPoetryApplication {
1919
projectDir = ./.;
20+
check = false;
2021
};
2122
})
2223
];

0 commit comments

Comments
 (0)