fix wrong comment

This commit is contained in:
jade 2024-05-02 20:09:04 -07:00
parent 87e36b9f18
commit 5adafc5bfb

View file

@ -73,7 +73,7 @@ let
shortRev = builtins.substring 0 7 info.rev; shortRev = builtins.substring 0 7 info.rev;
} }
else else
# FIXME: add Mercurial, tarball inputs. # FIXME: add Mercurial inputs.
throw "flake input has unsupported input type '${info.type}'"; throw "flake input has unsupported input type '${info.type}'";
callFlake4 = flakeSrc: locks: callFlake4 = flakeSrc: locks: