nix run github:crabdancing/nix-flamegraph -- -t ".#nixosConfigurations.cwilliams-laptop.config.system.build.toplevel.outPath" -o eval-flamegraph.svgOr try evaluating just home-manager:
nix eval .#nixosConfigurations.cwilliams-laptop.config.home-manager.users.cwilliams.home.activationPackage.outPath --eval-profiler flamegraphThen open it in the browser.
NIX_SHOW_STATS_PATH=stats.json nix eval .#nixosConfigurations.cwilliams-laptop.config.system.build.toplevel --option eval-cache falseGo to https://notashelf.github.io/nix-evaluator-stats/ and open the file to review