From d39e1e8f6c86b6a6694f131d42c941a812aada24 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Mar 2026 01:34:57 -0500 Subject: [PATCH] ci: fix --- home/modules/shell.nix | 2 +- statix.toml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index d07f58f..c6f7635 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -224,7 +224,7 @@ in "$character" ]; add_newline = true; - continuation_prompt = "[>>](dimmed purple) "; + continuation_prompt = "[>>](purple) "; character = { success_symbol = "[>](bold purple)"; error_symbol = "[>](bold red)"; diff --git a/statix.toml b/statix.toml index 9a6187c..3df60e9 100644 --- a/statix.toml +++ b/statix.toml @@ -1,3 +1,4 @@ -[disabled] -repeated_keys = true -empty_pattern = true +disabled = [ + "repeated_keys", + "empty_pattern", +]