windows: add NAC3 to MSYS2 repos

This commit is contained in:
Sebastien Bourdeauducq 2022-04-05 10:55:52 +08:00
parent 0f09bfc3c2
commit 5bc2cf6cc2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ in rec {
cd $out cd $out
ln -s ${sipyco-pkg}/*.pkg.tar.zst . ln -s ${sipyco-pkg}/*.pkg.tar.zst .
ln -s ${artiq-comtools-pkg}/*.pkg.tar.zst . ln -s ${artiq-comtools-pkg}/*.pkg.tar.zst .
ln -s ${nac3.packages.x86_64-w64-mingw32.nac3artiq-pkg}/*.pkg.tar.zst .
ln -s ${artiq-pkg}/*.pkg.tar.zst . ln -s ${artiq-pkg}/*.pkg.tar.zst .
repo-add artiq.db.tar.gz *.pkg.tar.zst repo-add artiq.db.tar.gz *.pkg.tar.zst
''; '';