diff options
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() |