From 63db4af1fcd9c5cb305a3eee2c0f82bf3de95563 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 ba205f2ba..1624f83f2 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)