We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7d664 commit 75179dfCopy full SHA for 75179df
1 file changed
pkgs/development/rocm-modules/llvm/default.nix
@@ -174,6 +174,7 @@ let
174
in
175
runCommand name
176
{
177
+ pname = name;
178
# If this is erroring, try why-depends --precise on the symlinkJoin of inputs to look for the problem
179
# nix why-depends --precise .#rocmPackages.llvm.rocm-toolchain.linked /store/path/its/not/allowed
180
disallowedRequisites = disallowedRefsForToolchain;
0 commit comments