Skip to content

Commit 5adafc5

Browse files
committed
fix wrong comment
1 parent 87e36b9 commit 5adafc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let
7373
shortRev = builtins.substring 0 7 info.rev;
7474
}
7575
else
76-
# FIXME: add Mercurial, tarball inputs.
76+
# FIXME: add Mercurial inputs.
7777
throw "flake input has unsupported input type '${info.type}'";
7878

7979
callFlake4 = flakeSrc: locks:

0 commit comments

Comments
 (0)