aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 228aca8..903acb4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,10 +65,11 @@
guestPackages = foldr (guest: accum:
accum // {
- ${guest} = callPackage ./guest.nix {
+ ${guest} = callPackage ./zkvms_guest_io/default.nix {
inherit guest;
inherit zkvms;
inherit hostPackages;
+ inherit craneLib-default;
};
}) { } guests;
in {