Skip to content

Commit

Permalink
Fixed hc-pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 19, 2024
1 parent 76b8bdf commit 59f25a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/hc-pilot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
perSystem = { inputs', self', pkgs, system, lib, ... }: {
packages.hc-pilot = let
rust = inputs'.holonix.packages.rust;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rust;
# craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rust;
craneLib = (inputs.crane.mkLib
inputs.tnesh-stack.inputs.pnpmnixpkgs.outputs.legacyPackages.${system}).overrideToolchain
rust;

cratePath = ./.;

Expand Down

0 comments on commit 59f25a2

Please sign in to comment.