We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5fc30 commit 812e069Copy full SHA for 812e069
flake.nix
@@ -32,7 +32,7 @@
32
let
33
inherit (nixpkgs) lib;
34
35
- officialRelease = false;
+ officialRelease = true;
36
37
linux32BitSystems = [ "i686-linux" ];
38
linux64BitSystems = [
0 commit comments