We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e36b9 commit 5adafc5Copy full SHA for 5adafc5
default.nix
@@ -73,7 +73,7 @@ let
73
shortRev = builtins.substring 0 7 info.rev;
74
}
75
else
76
- # FIXME: add Mercurial, tarball inputs.
+ # FIXME: add Mercurial inputs.
77
throw "flake input has unsupported input type '${info.type}'";
78
79
callFlake4 = flakeSrc: locks:
0 commit comments