PGP: Difference between revisions

Malix (talk | contribs)
m Undo revision 29230 by Malix (talk)
Tag: Undo
Ouu (talk | contribs)
m Further change thats been fixed upstream
 
(4 intermediate revisions by 2 users not shown)
Line 19: Line 19:
* {{Nixpkg|pkgs/by-name/se/sequoia-sqv/package.nix|sequoia-sqv}}
* {{Nixpkg|pkgs/by-name/se/sequoia-sqv/package.nix|sequoia-sqv}}
* {{Nixpkg|pkgs/by-name/se/sequoia-sqop/package.nix|sequoia-sqop}}
* {{Nixpkg|pkgs/by-name/se/sequoia-sqop/package.nix|sequoia-sqop}}
* {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} ''(note:'' {{Issue|473387|missing dependencies for <code>gpg-sq</code>}}'')''
* {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}}


=== NixOS ===
=== NixOS ===
Line 30: Line 30:


==== Git Integration ====
==== Git Integration ====
Git having hardcoded the GNU Privacy Guard command interface, you will need to use {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} (also see [https://discourse.nixos.org/t/sequoia-pgp-on-home-manager/72938/9?u=malix the discourse post about this])
Git having hardcoded the [[PGP#GNU Privacy Guard|GNU Privacy Guard]] command interface, you will need to use {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} (also see [https://discourse.nixos.org/t/sequoia-pgp-on-home-manager/72938/9?u=malix the discourse post about this])


To do this using home manager :<syntaxhighlight lang="nix">{
To do this using home manager :<syntaxhighlight lang="nix">{
Line 50: Line 50:


       sequoia-chameleon-gnupg
       sequoia-chameleon-gnupg
      gnupg # required until https://github.com/NixOS/nixpkgs/issues/473387 is fixed


       ...
       ...