Unverified Commit 9bffde2b authored by Zexin Yuan's avatar Zexin Yuan
Browse files

gopass-summon-provider: move to by-name

parent 5fb785fb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1647,8 +1647,6 @@ with pkgs;

  git-credential-gopass = callPackage ../tools/security/gopass/git-credential.nix { };

  gopass-summon-provider = callPackage ../tools/security/gopass/summon.nix { };

  kerf = kerf_1; # kerf2 is WIP
  kerf_1 = callPackage ../development/interpreters/kerf {
    stdenv = clangStdenv;