Skip to content

Commit

Permalink
devShell: add cargo-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 5, 2024
1 parent 7c14c7d commit 12596f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
};
};

devShells.default = self'.devShells.rust-nix-template;
devShells.default = pkgs.mkShell {
inputsFrom = [ self'.devShells.rust-nix-template ];
packages = [ pkgs.cargo-watch ];
};
packages.default = self'.packages.rust-nix-template;
};
};
Expand Down

0 comments on commit 12596f7

Please sign in to comment.