Skip to content

Commit

Permalink
setup: add beta & nigly shells
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 10, 2024
1 parent 92d2e4f commit c0d156b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
in
{
devShells.default = pkgs.mkShell { buildInputs = book.buildInputs ++ rustemo.buildInputs; };
devShells.beta = pkgs.mkShell { buildInputs = book.buildInputs ++ [ pkgs.rust-bin.beta.latest.default ]; };
devShells.nigtly = pkgs.mkShell { buildInputs = book.buildInputs ++ [ pkgs.rust-bin.nightly.latest.default ]; };
inherit (rustemo) checks;
packages = rustemo.packages // book.packages;
}
Expand Down

0 comments on commit c0d156b

Please sign in to comment.