From bd8ec66189d19c6097ba603ff87d90b867d48f8d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 Jun 2024 16:23:19 +0200 Subject: [PATCH] Mark official release --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6fb159d6e..09a9cca22 100644 --- a/flake.nix +++ b/flake.nix @@ -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;