1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Mark official release

This commit is contained in:
Eelco Dolstra 2024-04-23 11:01:23 +02:00
parent 1cfc9da472
commit 5fd799cfa7

View file

@ -26,7 +26,7 @@
inherit (nixpkgs) lib; inherit (nixpkgs) lib;
inherit (lib) fileset; inherit (lib) fileset;
officialRelease = false; officialRelease = true;
version = lib.fileContents ./.version + versionSuffix; version = lib.fileContents ./.version + versionSuffix;
versionSuffix = versionSuffix =
@ -183,7 +183,7 @@
nix = nix =
let let
officialRelease = false; officialRelease = true;
versionSuffix = versionSuffix =
if officialRelease if officialRelease
then "" then ""
@ -195,7 +195,7 @@
stdenv stdenv
versionSuffix versionSuffix
; ;
officialRelease = false; officialRelease = true;
boehmgc = final.boehmgc-nix; boehmgc = final.boehmgc-nix;
libgit2 = final.libgit2-nix; libgit2 = final.libgit2-nix;
busybox-sandbox-shell = final.busybox-sandbox-shell or final.default-busybox-sandbox-shell; busybox-sandbox-shell = final.busybox-sandbox-shell or final.default-busybox-sandbox-shell;