"shell": {
"flake": false,
"locked": {
- "narHash": "sha256-Ixq0MWK4OaM2Gg1JlSW9oB1zkscFzqlOmHh8ESG1bjo=",
+ "narHash": "sha256-8qSmLQPjoNH/Em36TKyDzMa0YQ6geSfgmQE3SCeXT+Y=",
"path": "./shell",
"type": "path"
},
--- /dev/null
+self: super: {
+ # Avoid rebuilding graphical dependencies
+ # when using Nixpkgs PRs rebuilding them.
+ # See https://github.com/NixOS/nixpkgs/issues/96306#issuecomment-722140002
+ pinentry = super.pinentry.override {
+ enabledFlavors = [ "curses" "tty" ];
+ };
+}
curses) exec ${pkgs.pinentry.curses}/bin/pinentry-curses "$@";;
#emacs) exec ''${pkgs.pinentry.emacs}/bin/pinentry-emacs "$@";;
#gnome3) exec ''${pkgs.pinentry.gnome3}/bin/pinentry-gnome3 "$@";;
- gtk-2) exec ${pkgs.pinentry.gtk2}/bin/pinentry-gtk-2 "$@";;
+ gtk-2) exec ''${pkgs.pinentry.gtk2}/bin/pinentry-gtk-2 "$@";;
none) exit 1;; # do not ask for passphrase
#qt) exec ''${pkgs.pinentry.qt}/bin/pinentry-qt "$@";;
tty) exec ${pkgs.pinentry.tty}/bin/pinentry-tty "$@";;