git: Add sops diff textconv

pull/52/head
Simon Bruder 2021-04-06 11:36:08 +02:00
parent 41f8d468b6
commit aaaeb56f18
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
${pkgs.rage}/bin/rage -d -i ${config.xdg.configHome}/age/keys.txt "$@" 2>&1 || true
'');
};
sops.textconv = "${pkgs.sops}/bin/sops -d";
};
};