mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Mark official release
This commit is contained in:
parent
deb35c84b3
commit
193462930c
2 changed files with 1 additions and 2 deletions
|
@ -66,7 +66,6 @@
|
|||
- [Hacking](contributing/hacking.md)
|
||||
- [CLI guideline](contributing/cli-guideline.md)
|
||||
- [Release Notes](release-notes/release-notes.md)
|
||||
- [Release X.Y (202?-??-??)](release-notes/rl-next.md)
|
||||
- [Release 2.13 (2023-01-17)](release-notes/rl-2.13.md)
|
||||
- [Release 2.12 (2022-12-06)](release-notes/rl-2.12.md)
|
||||
- [Release 2.11 (2022-08-25)](release-notes/rl-2.11.md)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
let
|
||||
|
||||
officialRelease = false;
|
||||
officialRelease = true;
|
||||
|
||||
version = nixpkgs.lib.fileContents ./.version + versionSuffix;
|
||||
versionSuffix =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue