hive/flake.nix: Fix trailing whitespce

This commit is contained in:
Zhaofeng Li 2022-09-18 17:45:43 -06:00
parent 7fac0278e1
commit 3bdd0b1cc7

View file

@ -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.