diff options
author | notgne2 | 2020-11-07 00:13:31 -0700 |
---|---|---|
committer | notgne2 | 2020-11-07 00:13:31 -0700 |
commit | 3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 (patch) | |
tree | be8aaaa97d2b3d799c77fcdc2b3dc3a0cff849c4 /src/main.rs | |
parent | 53f4e752442718caf7786aba7e934118488d89b4 (diff) |
Unmute some more outputs, document the remaining mutes
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 91adae3..cb297ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -226,6 +226,7 @@ async fn test_flake_support() -> Result<bool, std::io::Error> { .arg("eval") .arg("--expr") .arg("builtins.getFlake") + // This will error on some machines "intentionally", and we don't really need that printing .stdout(Stdio::null()) .stderr(Stdio::null()) .status() |