Skip to content

Commit

Permalink
Export passthru.unwrapped
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
viperML committed Nov 13, 2023
1 parent 41a8389 commit 5c41ca2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@
([config.basePackage] ++ config.extraPackages)
}
'';
passthru =
(config.basePackage.passthru or {})
// {
unwrapped = config.basePackage;
};
}
// lib.getAttrs [
"name"
Expand Down

0 comments on commit 5c41ca2

Please sign in to comment.