From c22522b49bb582d652c012ca5bf5c04d29abec57 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Mon, 4 Mar 2024 17:03:54 +0100 Subject: [PATCH] Refix arg name --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4d2cd2b..f674095 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { @@ -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