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:
parent
626c709b4e
commit
63db4af1fc
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user