mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Mark stable release
This commit is contained in:
parent
fa4bd39c6a
commit
5c5a737885
@ -24,7 +24,7 @@
|
|||||||
let
|
let
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
|
||||||
officialRelease = false;
|
officialRelease = true;
|
||||||
|
|
||||||
linux32BitSystems = [ "i686-linux" ];
|
linux32BitSystems = [ "i686-linux" ];
|
||||||
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
|
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user