From 744b6a8243cbae6cd9e0640a3f6f8c5eadb2a1e7 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Tue, 30 Dec 2025 15:13:42 +0100
Subject: [PATCH] refactor: switch formatter from nixpkgs-fmt to alejandra
---
AGENTS.md | 4 ++--
flake.nix | 2 +-
shells/default.nix | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/AGENTS.md b/AGENTS.md
index 2067741..0994895 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -37,7 +37,7 @@ Personal Nix flake: custom packages, overlays, NixOS/Home Manager modules, dev s
## CONVENTIONS
-**Formatter**: `nix fmt` before commit (nixpkgs-fmt)
+**Formatter**: `nix fmt` before commit (alejandra)
**Naming**:
- Packages: `lowercase-hyphen` (e.g., `hyprpaper-random`)
@@ -105,7 +105,7 @@ Generated: `/etc/m3ta/ports.json` (NixOS), `~/.config/m3ta/ports.json` (HM)
```bash
nix flake check # Validate flake
-nix fmt # Format (nixpkgs-fmt)
+nix fmt # Format (alejandra)
nix build .#