From 3bdd0b1cc748e70ce6f374e3ec7e3a2ccbafb216 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 18 Sep 2022 17:45:43 -0600 Subject: [PATCH] hive/flake.nix: Fix trailing whitespce --- src/nix/hive/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/hive/flake.nix b/src/nix/hive/flake.nix index a101d96..167d35f 100644 --- a/src/nix/hive/flake.nix +++ b/src/nix/hive/flake.nix @@ -22,7 +22,7 @@ # Uses an already-evaluated hive. # # This uses the `colmenaHive` output. - checkPreparedHive = hiveOutput: + checkPreparedHive = hiveOutput: if !(hiveOutput ? __schema) then throw '' The colmenaHive output does not contain a valid evaluated hive.