Skip to content

Commit

Permalink
Use the vendored cargo packages instead of letting buildRustPackage d…
Browse files Browse the repository at this point in the history
…ownload them
  • Loading branch information
giodamelio committed Aug 8, 2023
1 parent a2c7899 commit 71ac691
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 @@ -35,8 +35,8 @@
pkgs.rustPlatform.buildRustPackage {
pname = manifest.name;
version = manifest.version;
cargoLock.lockFile = ./Cargo.lock;
src = pkgs.lib.cleanSource ./.;
cargoVendorDir = "vendor";

# Install the manpage
postBuild = ''
Expand Down

0 comments on commit 71ac691

Please sign in to comment.