Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(modules): improve module deduplication by using direct file refer…
…ence Change module import from `import ./modules` to `./modules` to: - Ensure proper _file attribute definition - Enable correct module deduplication - Improve error message clarity This fixes issues with multiple imports of modules by letting Nix automatically handle file path tracking and deduplication.
- Loading branch information