feat add kimi claude code wrapper
This commit is contained in:
parent
c2e82181b1
commit
7d96a3aca9
6 changed files with 78 additions and 3 deletions
|
|
@ -74,6 +74,11 @@ in
|
|||
generateKey = true;
|
||||
};
|
||||
|
||||
# Ensure the LaunchAgent on macOS can find `getconf` (needed by
|
||||
# sops-install-secrets to resolve DARWIN_USER_TEMP_DIR).
|
||||
# Without this, age.plugins produces an empty PATH.
|
||||
environment.PATH = lib.mkForce "/usr/bin";
|
||||
|
||||
secrets = lib.mapAttrs sanitizeSecret cfg.secrets;
|
||||
}
|
||||
// (lib.optionalAttrs (cfg.defaultSopsFile != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue