From 83342a1bd6872bc3151f7211ab13fa9837ca2b44 Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Wed, 8 Jan 2025 14:25:09 +0100 Subject: [PATCH] doc: Fix example flake --- doc/manual/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 032de0f4a..64b994cb6 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -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)