fix(nix): resolve stdenv deprecation warnings and gemini-cli deprecation

This commit is contained in:
Noah Masur
2026-08-24 20:22:43 -06:00
parent 32989f1758
commit 4ba1ed807c
23 changed files with 48 additions and 43 deletions
@@ -42,7 +42,7 @@ in
};
cmd_duration = {
min_time = 5001;
show_notifications = if pkgs.stdenv.isLinux then false else true;
show_notifications = if pkgs.stdenv.hostPlatform.isLinux then false else true;
min_time_to_notify = 30000;
format = "[$duration]($style) ";
};