Skip to content

Commit

Permalink
Add directory of device db to the module search paths when devices ar…
Browse files Browse the repository at this point in the history
…e resolved

Signed-off-by: Egor Savkin <[email protected]>
  • Loading branch information
thomasfire committed Dec 18, 2024
1 parent 366bb0f commit ad1cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
progname=`basename -s .py $program`
outname=$out/bin/$progname
echo "#!${pkgs.bash}/bin/bash" >> $outname
echo "exec python3 -m artiq.frontend.$progname \"\$@\"" >> $outname
echo "PYTHONPATH=`pwd`:$PYTHONPATH exec python3 -m artiq.frontend.$progname \"\$@\"" >> $outname
chmod 755 $outname
fi
done
Expand Down

0 comments on commit ad1cd6f

Please sign in to comment.