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.
2 parents fab3e12 + 57d126b commit b3b4f22Copy full SHA for b3b4f22
nix/packages/anyrun.nix
@@ -70,7 +70,7 @@ in
70
then pname
71
else null;
72
73
- CARGO_BUILD_INCREMENTAL = 0;
+ CARGO_BUILD_INCREMENTAL = "false";
74
RUST_BACKTRACE = "full";
75
76
postInstall = ''
nix/packages/plugin.nix
@@ -60,7 +60,7 @@ in
60
cargoBuildFlags = ["-p ${name}"];
61
buildAndTestSubdir = "plugins/${name}";
62
63
64
65
66
meta = {
0 commit comments