sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mermet: pleroma: fix restart
[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
}