git: Add sops diff textconv

This commit is contained in:
Simon Bruder 2021-04-06 11:36:08 +02:00
parent 41f8d468b6
commit aaaeb56f18
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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