mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Mark stable release
This commit is contained in:
parent
fa4bd39c6a
commit
5c5a737885
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue