mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-07 08:05:22 +08:00
doc: Fix example flake
This commit is contained in:
parent
0c408afe8d
commit
83342a1bd6
@ -45,7 +45,7 @@ Modifying the environment and making additional packages visible to the ARTIQ co
|
||||
# ========================================
|
||||
# ADD PACKAGES BELOW
|
||||
# ========================================
|
||||
(pkgs.python3.withPackages(_: [
|
||||
(pkgs.python3.withPackages(ps : [
|
||||
# List desired Python packages here.
|
||||
artiq.artiq
|
||||
#ps.paramiko # needed if and only if flashing boards remotely (artiq_flash -H)
|
||||
|
Loading…
Reference in New Issue
Block a user