chore: Nix: remove dead ileans
This commit is contained in:
parent
66c593a322
commit
50a0c9bda7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue