patch bitwarden to disable annoying ssh-agent confirmation and clean dead overlays
This commit is contained in:
parent
826146df9d
commit
4075043e8c
6 changed files with 47 additions and 78 deletions
|
@ -1,7 +1,7 @@
|
|||
final: prev: {
|
||||
zipline = prev.zipline.overrideAttrs {
|
||||
patches = [
|
||||
zipline = prev.zipline.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
patches = prevAttrs.patches ++ [
|
||||
./no-check-bucket.patch
|
||||
];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue