Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan de Cacqueray <[email protected]>
  • Loading branch information
zimbatm and TristanCacqueray authored May 8, 2022
1 parent 7fe7a0d commit 1fafc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let
export PATH=$PWD/target/debug:$PATH
'';

buildInputs = prev.buildInputs ++ (with nixpkgs; [
nativeBuildInputs = (with nixpkgs; [
# Build tools
rustPackages.clippy
rust-analyzer
Expand Down

0 comments on commit 1fafc6a

Please sign in to comment.