throw unsupported system in installPhase

This commit is contained in:
Matt Whiteley 2022-04-26 07:44:11 -07:00
parent 3211c5f628
commit fae6e0ddb0

View file

@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
tar -C $out -xf $src
mv $out/usr/* $out/
'';
}.${stdenv.system}}
}.${stdenv.system} or throwSystem}
runHook postInstall
'';