]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/overlays/gnupg.nix
nix: format all .nix files
[sourcephile-nix.git] / nixpkgs / overlays / gnupg.nix
1 _self: super: {
2 # Avoid rebuilding graphical dependencies
3 # when using Nixpkgs PRs rebuilding them.
4 # See https://github.com/NixOS/nixpkgs/issues/96306#issuecomment-722140002
5 pinentry = super.pinentry.override {
6 enabledFlavors = [ "curses" "tty" ];
7 };
8 }