docs: add critical warning about nix-env usage
- Add warning to never run nix-env as it can break Nix environments - Include recommended alternatives (nix-shell, nix develop)
This commit is contained in:
@@ -54,3 +54,7 @@ This file provides guidelines for AI coding agents operating within this reposit
|
|||||||
- Document complex logic with comments
|
- Document complex logic with comments
|
||||||
- Test locally before cloud deployment
|
- Test locally before cloud deployment
|
||||||
- Maintain feature parity between USB/VM environments where possible
|
- Maintain feature parity between USB/VM environments where possible
|
||||||
|
|
||||||
|
## ⚠️ Critical Warnings
|
||||||
|
|
||||||
|
- **NEVER RUN `nix-env`** - This can break your Nix environment. Use `nix-shell`, `nix develop`, or declarative approaches instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user