Skip to content

Commit

Permalink
Refix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 4, 2024
1 parent 806bf92 commit c22522b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
flake = {
lib = {
rustZome = { cratePath, holochain, workspacePath, optimizeWasms ? true, excludedCrates ? [] }:
rustZome = { cratePath, holochain, workspacePath, optimizeWasm ? true, excludedCrates ? [] }:
let
system = holochain.devShells.holonix.system;
pkgs = import inputs.nixpkgs {
Expand All @@ -44,7 +44,7 @@

in
pkgs.callPackage ./nix/zome.nix {
inherit craneLib cratePath excludedCrates workspacePath optimizeWasms;
inherit craneLib cratePath excludedCrates workspacePath optimizeWasm;
};
dna = { holochain, dnaManifest, zomes }:
let
Expand Down

0 comments on commit c22522b

Please sign in to comment.