File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
174174
175175 nix =
176176 let
177- officialRelease = false ;
177+ officialRelease = true ;
178178 versionSuffix =
179179 if officialRelease
180180 then ""
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 ;
You can’t perform that action at this time.
0 commit comments