From a8b07b0c30d592d3473cd94c9851d10cba08b1f7 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 28 Mar 2026 14:48:41 +0000 Subject: [PATCH] up --- AGENTS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9bd32c1..1383335 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -70,7 +70,7 @@ alejandra . # Format all Nix files ```nix {inputs, pkgs, lib, ...}: ``` -Destructure arguments on separate lines. Use `...` to capture remaining args. +Use `...` to capture remaining args. Let Alejandra control the exact layout. **Attribute Sets**: ```nix @@ -111,7 +111,6 @@ in { }; } ``` -- Destructure args on separate lines - Use `with lib;` for brevity with NixOS lib functions - Define `cfg` for config options - Use `mkIf`, `mkForce`, `mkDefault` appropriately