nix: Remove unnecessary `ln` from libresoc test

This commit is contained in:
Las Safin 2021-10-26 22:59:27 +00:00
parent 0f66968a9c
commit abfc63558e
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
ln -s ${libresoc_logo} libresoc_logo.gds
./mksym.sh
ln -s ${alliance-check-toolkit}/etc/mk/users.d/user-${USER}.mk mk/users.d/user-${USER}.mk
./build_full_4ksram.sh
runHook postBuild
'';