Skip to content

Commit 16e1ff3

Browse files
committed
Mark as stable
1 parent 9b8e0a7 commit 16e1ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
inherit (import (builtins.fetchTarball { url = "https://github.com/NixOS/nix/archive/1bdcd7fc8a6a40b2e805bad759b36e64e911036b.tar.gz"; sha256 = "sha256:14ljlpdsp4x7h1fkhbmc4bd3vsqnx8zdql4h3037wh09ad6a0893"; }))
2020
fileset;
2121

22-
officialRelease = false;
22+
officialRelease = true;
2323

2424
# Set to true to build the release notes for the next release.
2525
buildUnreleasedNotes = false;
@@ -174,7 +174,7 @@
174174

175175
nix =
176176
let
177-
officialRelease = false;
177+
officialRelease = true;
178178
versionSuffix =
179179
if officialRelease
180180
then ""
@@ -186,7 +186,7 @@
186186
stdenv
187187
versionSuffix
188188
;
189-
officialRelease = false;
189+
officialRelease = true;
190190
boehmgc = final.boehmgc-nix;
191191
libgit2 = final.libgit2-nix;
192192
busybox-sandbox-shell = final.busybox-sandbox-shell or final.default-busybox-sandbox-shell;

0 commit comments

Comments
 (0)