Skip to content

Commit

Permalink
Rename templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Sep 26, 2024
1 parent 6d7210a commit bca5e49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,16 @@
path = ./templates/default;
description = "Holonix default template";
};
custom = {
path = ./templates/custom;
description = "Holonix template for custom Holochain build";
};
holo = {
path = ./templates/holo;
description = "Holonix template for Holo-enabled app development";
};
rust-stable = {
path = ./templates/rust-stable;
custom-holochain = {
path = ./templates/custom-holochain;
description = "Holonix template for custom Holochain build";
};
custom-rust = {
path = ./templates/custom-rust;
description = "Flake for Holochain app development with Rust stable";
};
};
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bca5e49

Please sign in to comment.