Skip to content

Commit

Permalink
chore(rust): export more library functions
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Jan 27, 2025
1 parent 853785b commit ea9c843
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rust/mkAttrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,12 @@ in
{
inherit
buildHostPackage
buildImageDir
buildImageManifest
callCrane
callCraneWithDeps
callHostCrane
callHostCraneCheckWithDeps
callHostCraneWithDeps
checks
hostCraneLib
Expand Down
9 changes: 9 additions & 0 deletions lib/rust/mkFlake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,15 @@ self.lib.mkFlake {
cx
// {
inherit (attrs)
buildHostPackage
buildImageDir
buildImageManifest
callCrane
callCraneWithDeps
callHostCrane
callHostCraneCheckWithDeps
callHostCraneWithDeps
hostCraneLib
hostRustToolchain
;

Expand Down

0 comments on commit ea9c843

Please sign in to comment.