From e57ca4059a3b89f08f4c550e18ad4c8d424287ab Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 14 Sep 2024 04:42:19 -0700 Subject: home: t --- pkgs/t.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pkgs/t.nix (limited to 'pkgs/t.nix') diff --git a/pkgs/t.nix b/pkgs/t.nix new file mode 100644 index 0000000..923bb58 --- /dev/null +++ b/pkgs/t.nix @@ -0,0 +1,22 @@ +{ + lib, + rustPlatform, + fetchFromGitHub, +}: +let + buildRustPackage = import ../lib/build-rust-package.nix { + inherit lib rustPlatform fetchFromGitHub; + }; +in +buildRustPackage ( + with lib; + { + pname = "t"; + version = "30a0bf6e5aec20c40e1b0c96fe9c6e3521997ff3"; + githubOwner = "nixports"; + githubHash = "sha256-4xlo+WecV0wAHaHRN37HvEaKnUHIRBSMk6BWn7PAIPc="; + cargoHash = "sha256-olRytgRRCj9V+V96Q1Eb+JOGxFKhhd/1C2Ge4NXv86Q="; + maintainers = with maintainers; [ Fuwn ]; + license = licenses.mit; + } +) -- cgit v1.2.3