Skip to content

Conversation

@pseudocc
Copy link
Contributor

Cannot find the right key configured with ${user.signingkey}:

[Fugit2] Failed to get gpg key ${user.name} <${user.email}>.
Error code 16383

Fixes: 62040f7 ("feat: add ssh signing reword")

Cannot find the right key configured with ${user.signingkey}:

> [Fugit2] Failed to get gpg key ${user.name} <${user.email}>.
> Error code 16383

Fixes: 62040f7 ("feat: add ssh signing reword")
@pseudocc
Copy link
Contributor Author

pseudocc commented Jan 31, 2025

Tested, works fine now.

packages.vimPlugins.fugit2-nvim = with pkgs; vimUtils.buildVimPlugin {
  pname = "fugit2.nvim";
  version = "pseudocc";
  src = fetchFromGitHub {
    owner = "pseudocc";
    repo = "fugit2.nvim";
    rev = "0bfac16c99d834f667f38f533f4b4c6574ee1bbe";
    sha256 = "JcGYXIGANkJ7fB5AJOiwy3XvGmSyx/Ipme9d5p8/aLQ=";
  };
  meta.homepage = "https://github.com/SuperBo/fugit2.nvim/";
};

@SuperBo SuperBo merged commit 07e285c into SuperBo:main Feb 4, 2025
3 of 5 checks passed
@SuperBo
Copy link
Owner

SuperBo commented Feb 4, 2025

Hi @pseudocc, thank you <3.

Your configuration seems a little bit strange to me. Which package manager are you using?

@pseudocc
Copy link
Contributor Author

pseudocc commented Feb 8, 2025

@SuperBo It's Nix (NixOS), give it a try, great dev experience that no other distros can provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants