Loading pkgs/applications/version-management/git-credential-keepassxc/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ , fetchFromGitHub , DiskArbitration , Foundation , withNotification ? false , withYubikey ? false , withStrictCaller ? false , withAll ? false }: rustPlatform.buildRustPackage rec { Loading @@ -21,6 +25,12 @@ rustPlatform.buildRustPackage rec { buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ]; buildFeatures = [] ++ lib.optional withNotification "notification" ++ lib.optional withYubikey "yubikey" ++ lib.optional withStrictCaller "strict-caller" ++ lib.optional withAll "all"; meta = with lib; { description = "Helper that allows Git (and shell scripts) to use KeePassXC as credential store"; longDescription = '' Loading Loading
pkgs/applications/version-management/git-credential-keepassxc/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ , fetchFromGitHub , DiskArbitration , Foundation , withNotification ? false , withYubikey ? false , withStrictCaller ? false , withAll ? false }: rustPlatform.buildRustPackage rec { Loading @@ -21,6 +25,12 @@ rustPlatform.buildRustPackage rec { buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ]; buildFeatures = [] ++ lib.optional withNotification "notification" ++ lib.optional withYubikey "yubikey" ++ lib.optional withStrictCaller "strict-caller" ++ lib.optional withAll "all"; meta = with lib; { description = "Helper that allows Git (and shell scripts) to use KeePassXC as credential store"; longDescription = '' Loading