{ pkgs, ... }: pkgs.writeShellApplication { name = "clerie-sops"; runtimeInputs = with pkgs; [ sops ]; text = '' exec sops --config ${pkgs.clerie-sops-config} "$@" ''; }