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 6089456 commit a9dd384Copy full SHA for a9dd384
dist/nix/quick-lint-js.nix
@@ -13,11 +13,7 @@
13
14
mkDerivation {
15
pname = "quick-lint-js";
16
- # nix conventions tell us to use a version string starting with
17
- # a number or the "current" date. Since this is a rolling derivation
18
- # we can't give a date, and we currently have no version numbers.
19
- # FIXME as soon as we introduce version numbers.
20
- version = "0";
+ version = "0.1.0";
21
22
src = ../../.;
23
unpackPhase = null;
0 commit comments