Skip to content

Commit a7762af

Browse files
committed
docs(rules): remove build flags section from nix-workflow
These flags are only needed for debugging and slow down normal builds.
1 parent d2cc428 commit a7762af

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.claude/rules/nix-workflow.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@ ci:
7777
run: just lint
7878
```
7979
80-
## Build Flags
81-
82-
Always use these flags when running Nix build commands locally:
83-
84-
```bash
85-
--print-build-logs --show-trace
86-
```
87-
88-
Example:
89-
90-
```bash
91-
nix build --print-build-logs --show-trace
92-
nix flake check --print-build-logs --show-trace
93-
```
94-
9580
## Notes
9681
9782
- The project uses flake-parts for modular flake configuration

0 commit comments

Comments
 (0)