diff options
Diffstat (limited to '')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/ytc.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/yt/ytc.nix b/sys/nixpkgs/pkgs/yt/ytc.nix index 8967ea35..dff5bcf8 100644 --- a/sys/nixpkgs/pkgs/yt/ytc.nix +++ b/sys/nixpkgs/pkgs/yt/ytc.nix @@ -11,7 +11,9 @@ rustPlatform.buildRustPackage { version = "0.1.0"; src = ./.; - cargoHash = "sha256-X3bw6p09RttYR/6unu4rGawbmrBuDV8QNzaQlg1cBrs="; + cargoLock = { + lockFile = ./Cargo.lock; + }; buildNoDefaultFeatures = true; buildFeatures = ["ytc"]; |