Skip to content

Commit a9dd384

Browse files
committed
Version Nix package
Include our beta version number as the Nix package version.
1 parent 6089456 commit a9dd384

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dist/nix/quick-lint-js.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313

1414
mkDerivation {
1515
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";
16+
version = "0.1.0";
2117

2218
src = ../../.;
2319
unpackPhase = null;

0 commit comments

Comments
 (0)