Skip to content

Commit 15f89a9

Browse files
zomeEnvironmentVars
1 parent e253207 commit 15f89a9

File tree

3 files changed

+1808
-233
lines changed

3 files changed

+1808
-233
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]);
5858
builders = {
5959
rustZome = { crateCargoToml, workspacePath, cargoArtifacts ? null
60-
, matchingZomeHash ? null, meta ? { } }:
60+
, matchingZomeHash ? null, meta ? { }, zomeEnvironmentVars ? { } }:
6161
let
6262
deterministicCraneLib = let
6363
rustToolchain =
@@ -73,7 +73,7 @@
7373
in pkgs.callPackage ./nix/zome.nix {
7474
inherit deterministicCraneLib craneLib crateCargoToml
7575
cargoArtifacts workspacePath matchingZomeHash zome-wasm-hash
76-
meta;
76+
meta zomeEnvironmentVars;
7777
};
7878
sweettest = { dna, workspacePath, crateCargoToml, buildInputs ? [ ]
7979
, nativeBuildInputs ? [ ], cargoArtifacts ? null }:

0 commit comments

Comments
 (0)