Skip to content

Commit

Permalink
Remove unusable holo dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Dec 23, 2024
1 parent 403c1c5 commit c047998
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,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 @@ -358,10 +352,6 @@
path = ./templates/custom;
description = "Holonix template for custom Holochain build";
};
holo = {
path = ./templates/holo;
description = "Holonix template for Holo-enabled app development";
};
};
};

Expand Down
41 changes: 0 additions & 41 deletions templates/holo/flake.nix

This file was deleted.

0 comments on commit c047998

Please sign in to comment.