Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 15, 2024
1 parent 8af3509 commit ab7e705
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@
};

devShells.ci = pkgs.mkShell {
packages = [ self'.packages.hc-scaffold ];
packages = (with inputs'.holonix.packages; [
holochain
lair-keystore
hn-introspect
rust
]) ++ [ self'.packages.hc-scaffold ];
};
};
};
Expand Down

0 comments on commit ab7e705

Please sign in to comment.