We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ec0cf commit 1ca8c21Copy full SHA for 1ca8c21
flake.nix
@@ -17,6 +17,7 @@
17
# The application
18
cosmo = prev.poetry2nix.mkPoetryApplication {
19
projectDir = ./.;
20
+ check = false;
21
};
22
})
23
];
0 commit comments