We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db579a6 commit ec5d1f5Copy full SHA for ec5d1f5
libs/opsqueue_python/opsqueue_python.nix
@@ -37,14 +37,14 @@ buildPythonPackage rec {
37
cargoDeps = rustPlatform.importCargoLock { lockFile = ../../Cargo.lock; };
38
39
env = {
40
- DATABASE_URL = "sqlite:///build/opsqueue_python/opsqueue/opsqueue_example_database_schema.db";
+ DATABASE_URL = "sqlite://./opsqueue/opsqueue_example_database_schema.db";
41
};
42
43
pythonImportsCheck = [ pname ];
44
45
maturinBuildFlags = [
46
"--manifest-path"
47
- "/build/opsqueue_python/libs/opsqueue_python/Cargo.toml"
+ "./libs/opsqueue_python/Cargo.toml"
48
];
49
50
nativeBuildInputs = with rustPlatform; [
0 commit comments