chore: Nix: remove dead ileans

This commit is contained in:
Sebastian Ullrich 2022-10-13 18:12:31 +02:00
parent 66c593a322
commit 50a0c9bda7

View file

@ -167,8 +167,9 @@ rec {
'';
link-ilean = writeShellScriptBin "link-ilean" ''
dest=''${1:-src}
rm -rf $dest/build/lib || true
mkdir -p $dest/build/lib
ln -sf ${iTree}/* $dest/build/lib
ln -s ${iTree}/* $dest/build/lib
'';
benchmarks =
let