Skip to content

Commit a31244a

Browse files
author
Julien Moutinho
committed
build/completeness(mirage): build all the targets in the top derivation
1 parent 50c960c commit a31244a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/dnsvizor/mirage.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ rec {
219219
installPhase = ''
220220
runHook preInstall
221221
mkdir -p $out
222+
${lib.concatMapStringsSep "\n" (target: ''
223+
ln -s ${finalAttrs.passthru.${target}} $out/${target}
224+
'') targets}
222225
runHook postInstall
223226
'';
224227
};

0 commit comments

Comments
 (0)