Hello, I am looking for some tool that is capable of some level of static analysis of a flake.
I’m aware of nixdead, but that only does single file analysis, and that is something I already have available in my editor.
I want something that tells me what files are unused, or what files are imported more than once, etc.
To give you an idea of what I’m looking for, skott is a library that does exactly what I want, but for typescript: GitHub - antoine-coulon/skott: All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)
Does something similar exist for nix?