nix: fix incramental flags, again
I'm blind *and* stupid. Cheers!
This commit is contained in:
@@ -70,7 +70,7 @@ in
|
|||||||
then pname
|
then pname
|
||||||
else null;
|
else null;
|
||||||
|
|
||||||
CARGO_BUILD_INCREMENTAL = 0;
|
CARGO_BUILD_INCREMENTAL = "false";
|
||||||
RUST_BACKTRACE = "full";
|
RUST_BACKTRACE = "full";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@@ -60,7 +60,7 @@ in
|
|||||||
cargoBuildFlags = ["-p ${name}"];
|
cargoBuildFlags = ["-p ${name}"];
|
||||||
buildAndTestSubdir = "plugins/${name}";
|
buildAndTestSubdir = "plugins/${name}";
|
||||||
|
|
||||||
CARGO_BUILD_INCREMENTAL = 0;
|
CARGO_BUILD_INCREMENTAL = "false";
|
||||||
RUST_BACKTRACE = "full";
|
RUST_BACKTRACE = "full";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Reference in New Issue
Block a user