2
0
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:
architeuthidae 2025-01-08 14:25:09 +01:00 committed by Sébastien Bourdeauducq
parent 0c408afe8d
commit 83342a1bd6

View File

@ -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)