Skip to content

Commit

Permalink
Weekly to 0_3
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jun 6, 2024
1 parent a51ad99 commit b9a1705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/app/web-app/flake.nix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Template for Holochain app development";

inputs = {
versions.url = "github:holochain/holochain?dir=versions/weekly";
versions.url = "github:holochain/holochain?dir=versions/0_3_rc";

holochain.url = "github:holochain/holochain";
holochain.inputs.versions.follows = "versions";
Expand Down
10 changes: 3 additions & 7 deletions templates/zome/web-app/flake.nix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
description = "Template for Holochain app development";

inputs = {
versions.url = "github:holochain/holochain?dir=versions/weekly";
versions.url = "github:holochain/holochain?dir=versions/0_3_rc";

holochain.url = "github:holochain/holochain";
holochain.inputs.versions.follows = "versions";

nixpkgs.follows = "holochain/nixpkgs";
flake-parts.follows = "holochain/flake-parts";

hc-infra = {
url = "github:holochain-open-dev/infrastructure";
};
scaffolding = {
url = "github:holochain-open-dev/templates";
};
hc-infra.url = "github:holochain-open-dev/infrastructure";
scaffolding.url = "github:holochain-open-dev/templates";

profiles.url = "github:holochain-open-dev/profiles/nixify";
};
Expand Down

0 comments on commit b9a1705

Please sign in to comment.