
nix3-why-depends
List of commands for nix3-why-depends:
-
nix3-why-depends:tldr:169cb nix3-why-depends: Show why the currently running NixOS system requires a certain store path.$ nix why-depends ${-run-current-system} ${-nix-store----}try on your machineexplain this command
-
nix3-why-depends:tldr:cda86 nix3-why-depends: Show why a package from nixpkgs requires another package as a _build-time_ dependency.$ nix why-depends --derivation ${nixpkgs#dependent} ${nixpkgs#dependency}try on your machineexplain this command