aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authornotgne22020-11-07 00:13:31 -0700
committernotgne22020-11-07 00:13:31 -0700
commit3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 (patch)
treebe8aaaa97d2b3d799c77fcdc2b3dc3a0cff849c4 /src/main.rs
parent53f4e752442718caf7786aba7e934118488d89b4 (diff)
Unmute some more outputs, document the remaining mutes
Diffstat (limited to '')
-rw-r--r--src/main.rs1
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()