Mark stable release

This commit is contained in:
Eelco Dolstra 2024-11-11 15:14:57 +01:00
parent fa4bd39c6a
commit 5c5a737885

View File

@ -24,7 +24,7 @@
let
inherit (nixpkgs) lib;
officialRelease = false;
officialRelease = true;
linux32BitSystems = [ "i686-linux" ];
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];