diff options
| author | Fuwn <[email protected]> | 2024-09-16 19:14:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 19:14:39 -0700 |
| commit | f717728b1548f50ed740248037bae3791a0584dd (patch) | |
| tree | 6b61e84f36be7e4a6a926c2a92a49f0e3f528a32 /pkgs/git-sumi.nix | |
| parent | utility: lemmeknow (diff) | |
| download | nixos-config-f717728b1548f50ed740248037bae3791a0584dd.tar.xz nixos-config-f717728b1548f50ed740248037bae3791a0584dd.zip | |
refactor(pkgs): use tsutsumi
Diffstat (limited to 'pkgs/git-sumi.nix')
| -rw-r--r-- | pkgs/git-sumi.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/git-sumi.nix b/pkgs/git-sumi.nix deleted file mode 100644 index 19c4ef1..0000000 --- a/pkgs/git-sumi.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitHub, -}: -let - buildRustPackage = import ../lib/build-rust-package.nix { - inherit lib rustPlatform fetchFromGitHub; - }; -in -buildRustPackage ( - with lib; - { - pname = "git-sumi"; - version = "3822ce390a2a04eec4513f83586f775e59f3cbf1"; - githubOwner = "welpo"; - githubHash = "sha256-s8ZeO1vprQG8POimfZqLDbfZoG2ww1plr+V5ob59kik="; - cargoHash = "sha256-hKRE3y+njdbThTHgxAGP5ZGkawSpsMLeBzNPDsBsaxY="; - description = "The non-opinionated Rust-based commit message linter."; - license = licenses.asl20; - maintainers = [ maintainers.Fuwn ]; - } -) |