diff --git a/flake.nix b/flake.nix index da99e8d0..3d0c5d45 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ''