pkgs: Improve packaging functions to facilitate input override
This commit is contained in:
parent
cf83a45191
commit
d1c2006e24
4 changed files with 19 additions and 12 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{pkgs}:
|
||||
pkgs.writeShellApplication {
|
||||
{
|
||||
writeShellApplication,
|
||||
pinentry-all,
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "pinentry";
|
||||
runtimeInputs = with pkgs; [
|
||||
runtimeInputs = [
|
||||
pinentry-all
|
||||
];
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue