builder: remove openwrtConfig debug output

This commit is contained in:
Astro 2022-04-27 18:20:52 +02:00
parent 1788e2674a
commit a9e4c947bd
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ let
src = variantFiles."openwrt-imagebuilder-${release}-${target}-${variant}.${hostPlatform.uname.system}-${hostPlatform.uname.processor}.tar.xz";
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
cat .config
cp .config $out
'';
};