fix nix
This commit is contained in:
parent
64a7834289
commit
fe2c39e74c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, rustPlatform }:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "confwhich";
|
||||
pname = "rfindup";
|
||||
version = "unstable-2024-05-16";
|
||||
src = lib.cleanSource ../.;
|
||||
|
||||
cargoHash = "sha256-vXPGdcgoqEFE8Y83oHRavGMMx8QZQC0el+qM7fmHXLI=";
|
||||
cargoHash = "sha256-MD7ViPWkL/aYECWj1f+NdVrPVwwFTd8GyyKSUUgXXHE=";
|
||||
|
||||
meta = {
|
||||
description = "tool to find files by name in parent directories";
|
||||
|
|
Loading…
Reference in a new issue