Skip to content

Commit

Permalink
Remove call to wrapCustoTemplate in scaffolding nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 28, 2024
1 parent 67d759f commit 5d352af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
flake-parts.lib.mkFlake { inherit inputs; }
rec {
flake = {
templates.default = {
path = ./templates/custom-template;
description = "Custom template for the scaffolding tool";
};

lib.wrapCustomTemplate = { system, pkgs, customTemplatePath }:
let
scaffolding = inputs.holonix.packages.${system}.hc-scaffold;
Expand Down Expand Up @@ -95,11 +90,6 @@
nativeBuildInputs = [ pkgs.perl ];
};

checks.custom-template = flake.lib.wrapCustomTemplate {
inherit pkgs system;
customTemplatePath = ./templates/custom-template/custom-template;
};

devShells.default = pkgs.mkShell {
packages = (with inputs'.holonix.packages; [
holochain
Expand Down

0 comments on commit 5d352af

Please sign in to comment.