aboutsummaryrefslogtreecommitdiff
path: root/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'package.nix')
-rw-r--r--package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.nix b/package.nix
index de7b744be..91ee6b15f 100644
--- a/package.nix
+++ b/package.nix
@@ -384,6 +384,8 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
inherit (__forDefaults) boehmgc-nix editline-lix build-release-notes;
+ inherit officialRelease;
+
# The collection of dependency logic for this derivation is complicated enough that
# it's easier to parameterize the devShell off an already called package.nix.
mkDevShell =