Skip to content

Commit

Permalink
setup: add rustemo-compiler to shell deps
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 11, 2024
1 parent 5dbc1ec commit a6b1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
rustemo = import ./. {
inherit crane pkgs rev;
};
shellPkgs = [ pkgs.cargo-nextest ];
shellPkgs = [ pkgs.cargo-nextest rustemo.packages.compiler ];
in
{
devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit a6b1900

Please sign in to comment.