Skip to content

Commit

Permalink
doCheck = false
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Jan 19, 2024
1 parent 7cbb629 commit b52e662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
copyBins = true;
copyDocsToSeparateOutput = true;

doCheck = true;
doCheck = false;
doDoc = true;
doDocFail = true;
RUSTFLAGS = "--cfg tokio_unstable";
Expand Down
3 changes: 2 additions & 1 deletion src/action/common/setup_channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ impl Action for SetupChannels {
.env(
"NIX_SSL_CERT_FILE",
nss_ca_cert_pkg.join("etc/ssl/certs/ca-bundle.crt"),
), /* This is apparently load bearing... */
), /* We could rely on setup_default_profile setting this
environment variable, but add this just to be explicit. */
)
.await
.map_err(Self::error)?;
Expand Down

0 comments on commit b52e662

Please sign in to comment.