summaryrefslogtreecommitdiff
path: root/pkgs/treefetch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/treefetch.nix')
-rw-r--r--pkgs/treefetch.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/treefetch.nix b/pkgs/treefetch.nix
index 35545ac..2c3c130 100644
--- a/pkgs/treefetch.nix
+++ b/pkgs/treefetch.nix
@@ -19,7 +19,9 @@ in
sha256 = "sha256-FDiulTit492KwV46A3qwjHQwzpjVJvIXTfTrMufXd5k=";
};
- cargoLock.lockFile = "${src}/Cargo.lock";
+ cargoLock = {
+ lockFile = "${src}/Cargo.lock";
+ };
meta = {
description = "A plant-based system fetch tool made with Rust.";