Skip to content

Commit

Permalink
Revert disable fast track
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 28, 2024
1 parent 27abb43 commit c78115b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@
customTemplatePath = ./templates/app;
};

packages.hc-scaffold-zome-template = let
customHcScaffold = inputs.scaffolding.lib.wrapCustomTemplate {
packages.hc-scaffold-zome-template =
inputs.scaffolding.lib.wrapCustomTemplate {
inherit pkgs system;
customTemplatePath = ./templates/zome;
};
fastTrackDisabled = pkgs.runCommand "hc-scaffold" {
buildInputs = [ pkgs.makeWrapper ];
}
" mkdir $out/bin -p\n\n makeWrapper ${customHcScaffold}/bin/hc-scaffold $out/bin/hc-scaffold \\\n --append-flags \"--disable-fast-track\"\n";
in fastTrackDisabled;
};
};
}

0 comments on commit c78115b

Please sign in to comment.