A simple tool to create dot files to represent the dependency graph of a given Nix flake.
nix run github:rydnr/nix-flake-to-graphviz?dir=nixnix run github:rydnr/nix-flake-to-graphviz?dir=nix -- [-h|--help] [-f|--flake-folder folder] [-o|--output-file file]-h|--help: Prints the usage.-f|--flake-folder: The folder with the Nix flake to analyze.-o|--output-file: The output file.
dot -Tpng [generated-file] > [image-file].png