zeronsd: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
buildInputs = [ openssl ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
RUSTFMT = "${rustfmt}/bin/rustfmt";
|
||||
env.RUSTFMT = "${rustfmt}/bin/rustfmt";
|
||||
|
||||
# Integration tests try to access the ZeroTier API which requires an API token.
|
||||
# https://github.com/zerotier/zeronsd/blob/v0.5.2/tests/service/network.rs#L10
|
||||
|
||||
Reference in New Issue
Block a user