including cachix stuff

This commit is contained in:
atagen 2022-08-27 20:44:29 +10:00
parent 57fdfa8213
commit 0737d5725f
3 changed files with 26 additions and 2 deletions

View file

@ -14,10 +14,10 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-gXW08plJRE1Q6W+Dc2y+gu2R+KBRs3fBG1umdawDduA=";
meta = with lib; {
description = "";
description = "Helper that allows Git (and shell scripts) to use KeePassXC as credential store";
homepage = "https://github.com/frederick888/git-credential-keepassxc";
license = licenses.gpl3Only;
maintainers = [ "all me baby" ];
maintainers = [ ];
};
}