1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Mark official release

This commit is contained in:
Eelco Dolstra 2022-01-25 00:13:54 +01:00
parent 6832d18ac7
commit 5b99c823ef
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
let
inherit (nixpkgs) lib;
officialRelease = false;
officialRelease = true;
version = lib.fileContents ./.version + versionSuffix;
versionSuffix =