2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-12 12:03:35 +08:00

doc: Fix example flake

This commit is contained in:
architeuthidae 2025-01-08 14:25:09 +01:00 committed by Sébastien Bourdeauducq
parent 626c709b4e
commit 63db4af1fc

View File

@ -45,7 +45,7 @@ Modifying the environment and making additional packages visible to the ARTIQ co
# ======================================== # ========================================
# ADD PACKAGES BELOW # ADD PACKAGES BELOW
# ======================================== # ========================================
(pkgs.python3.withPackages(_: [ (pkgs.python3.withPackages(ps : [
# List desired Python packages here. # List desired Python packages here.
artiq.artiq artiq.artiq
#ps.paramiko # needed if and only if flashing boards remotely (artiq_flash -H) #ps.paramiko # needed if and only if flashing boards remotely (artiq_flash -H)