Skip to content

Commit

Permalink
chore: remove Holo template (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner authored Oct 31, 2024
1 parent d869707 commit 2726055
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
templates:
- default
- custom
- holo
- rust-stable

fail-fast: false
Expand Down
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@
echo "Lair keystore : not installed"
fi
if command -v "holo-dev-server" > /dev/null; then
echo "Holo dev server : $(holo-dev-server --version)"
else
echo "Holo dev server : not installed"
fi
if command -v "holochain" > /dev/null; then
echo "Holochain : $(holochain --version) (${builtins.substring 0 7 inputs.holochain.rev})"
Expand Down Expand Up @@ -351,10 +345,6 @@
path = ./templates/default;
description = "Holonix default template";
};
holo = {
path = ./templates/holo;
description = "Holonix template for Holo-enabled app development";
};
custom-holochain = {
path = ./templates/custom-holochain;
description = "Holonix template for custom Holochain build";
Expand Down
39 changes: 0 additions & 39 deletions templates/holo/flake.nix

This file was deleted.

0 comments on commit 2726055

Please sign in to comment.