From 18013da7776f0dba6dabdcbe72a069c1c924a79c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 15 Jan 2025 13:22:09 -0600 Subject: [PATCH] fix typo in oizys --- pkgs/oizys/src/oizys/nix.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/oizys/src/oizys/nix.nim b/pkgs/oizys/src/oizys/nix.nim index accf977..dbc38dd 100644 --- a/pkgs/oizys/src/oizys/nix.nim +++ b/pkgs/oizys/src/oizys/nix.nim @@ -104,7 +104,7 @@ proc parseDryRunOutput(err: string): DryRunOutput = elif line.contains("will be fetched"): result.toFetch = drvs else: - fatal "expected on of the lines to contain built or fetched check the output below" + fatal """expected at least one of the lines to contain "built" or "fetched", check the output below""" stderr.writeLine err quit() of 0: