Skip to content

Commit

Permalink
Add rustc explicitly to flake (TraceMachina#398)
Browse files Browse the repository at this point in the history
The previous implementation would automatically fetch rustc for cargo
builds. Explicitly add rustc to the flake so that it's version is pinned
and in sync with the cargo package.
  • Loading branch information
aaronmondal authored Nov 16, 2023
1 parent 6e0d271 commit db724c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
nativeBuildInputs = [
# Development tooling goes here.
pkgs.cargo
pkgs.rustc
openssl_static # Required explicitly for cargo test support.
bazel
];
Expand Down

0 comments on commit db724c0

Please sign in to comment.