Skip to content

Commit

Permalink
Removed excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jun 3, 2024
1 parent 0e57ff0 commit 284d574
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nix/fixtures/module-repo/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions nix/fixtures/module-repo/zome/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
crateCargoToml = ./Cargo.toml;
};

#

checks.my_zome = inputs.hc-infra.outputs.lib.sweettest {
workspacePath = inputs.self.outPath;
holochain = inputs'.holochain;
Expand Down
2 changes: 1 addition & 1 deletion nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let

buildPackageCommonArgs = commonArgs // {
cargoBuildCommand =
"${rustFlags} cargo build --profile release -p ${crate} --offline ${excludedCrates}";
"${rustFlags} cargo build --profile release -p ${crate} --offline";
pname = crate;
version = cargoToml.package.version;
cargoToml = crateCargoToml;
Expand Down

0 comments on commit 284d574

Please sign in to comment.