Skip to content

Commit

Permalink
Merge pull request #14 from holochain/chore/rename-default-flake-temp…
Browse files Browse the repository at this point in the history
…late

chore: rename default flake template
  • Loading branch information
ThetaSinner authored Jun 13, 2024
2 parents 218faa5 + d2ddf8d commit 2ce93dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- [ hc-scaffold ]
include:
- os: ubuntu-latest
template: holonix-default
template: default
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
# Add content which is not platform specific after using flake-parts to generate platform specific content.
templates = {
# A template that can be used to create a flake that depends on this flake, with recommended defaults.
holonix-default = {
default = {
path = ./templates/default;
description = "Holonix default template";
};
Expand Down

0 comments on commit 2ce93dd

Please sign in to comment.