Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 10, 2024
1 parent 8a5d21a commit 7f7f493
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ inputs'
, ...
}: {
packages.file_storage_integrity = inputs.hcUtils.outputs.lib.rustZome {
packages.file_storage_integrity = inputs.hc-infra.outputs.lib.rustZome {
workspacePath = rootPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, options
, ...
}: {
packages.file_storage = inputs.hcUtils.outputs.lib.rustZome {
packages.file_storage = inputs.hc-infra.outputs.lib.rustZome {
workspacePath = rootPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
Expand Down
107 changes: 54 additions & 53 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url = "github:holochain/holochain";
inputs.versions.follows = "versions";
};
hcUtils.url = "github:holochain-open-dev/common";
hc-infra.url = "github:holochain-open-dev/infrastructure/0.300.0-dev";
};

outputs = inputs @ { ... }:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion ui/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
};

async firstUpdated() {
const hcclient = await AppAgentWebsocket.connect("", "");
const hcclient = await AppAgentWebsocket.connect("");

const client = new FileStorageClient(
hcclient,
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@holochain-open-dev/elements": "^0.300.0-dev.0",
"@holochain-open-dev/utils": "^0.300.0-dev.0",
"@holochain/client": "^0.17.0-dev.7",
"@holochain/client": "^0.17.0-dev.8",
"@lit-labs/task": "^2.0.0",
"@lit/context": "^1.0.0",
"@lit/localize": "^0.12.0",
Expand Down

0 comments on commit 7f7f493

Please sign in to comment.