mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Mark official release
This commit is contained in:
parent
b36aa04b53
commit
bd8ec66189
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
inherit (nixpkgs) lib;
|
||||
inherit (lib) fileset;
|
||||
|
||||
officialRelease = false;
|
||||
officialRelease = true;
|
||||
|
||||
version = lib.fileContents ./.version + versionSuffix;
|
||||
versionSuffix =
|
||||
|
@ -169,7 +169,7 @@
|
|||
|
||||
nix =
|
||||
let
|
||||
officialRelease = false;
|
||||
officialRelease = true;
|
||||
versionSuffix =
|
||||
if officialRelease
|
||||
then ""
|
||||
|
@ -181,7 +181,7 @@
|
|||
stdenv
|
||||
versionSuffix
|
||||
;
|
||||
officialRelease = false;
|
||||
officialRelease = true;
|
||||
boehmgc = final.boehmgc-nix;
|
||||
libgit2 = final.libgit2-nix;
|
||||
libseccomp = final.libseccomp-nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue