aboutsummaryrefslogtreecommitdiff
path: root/package.nix
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-06-09 08:28:52 +0000
committerGerrit Code Review <gerrit@localhost>2024-06-09 08:28:52 +0000
commit7dfa2a761ef8856454d8f63eda27edb8984bdc98 (patch)
tree310486149aa9955676a0ee43eca0b873357962b7 /package.nix
parent28a079f841834ac11105ce5762115904d1e40ce1 (diff)
parent98e847514795f53f485b6dbd029ecb545ce38236 (diff)
Merge changes from topic "releng" into main
* changes: releng: support pushing the manual to docs also Expose officialRelease from the flake Put into place initial release engineering
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 =