hive/flake.nix: Fix trailing whitespce
This commit is contained in:
parent
7fac0278e1
commit
3bdd0b1cc7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
# Uses an already-evaluated hive.
|
# Uses an already-evaluated hive.
|
||||||
#
|
#
|
||||||
# This uses the `colmenaHive` output.
|
# This uses the `colmenaHive` output.
|
||||||
checkPreparedHive = hiveOutput:
|
checkPreparedHive = hiveOutput:
|
||||||
if !(hiveOutput ? __schema) then
|
if !(hiveOutput ? __schema) then
|
||||||
throw ''
|
throw ''
|
||||||
The colmenaHive output does not contain a valid evaluated hive.
|
The colmenaHive output does not contain a valid evaluated hive.
|
||||||
|
|
Loading…
Reference in a new issue