From 3eb3b39f2f384458c481c06762714d7bf37e3622 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Mon, 29 Apr 2024 15:09:04 +0800 Subject: [PATCH] test3 remove flash_fpga --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fbdd727..cee196e 100644 --- a/flake.nix +++ b/flake.nix @@ -127,8 +127,7 @@ postPatch = '' substituteInPlace linien_server/acquisition.py \ --replace " start_nginx()" "" \ - --replace " stop_nginx()" "" \ - --replace " flash_fpga()" "" + --replace " stop_nginx()" "" ''; nativeBuildInputs = [ pkgs-armv7l.python3Packages.setuptools ]; propagatedBuildInputs = with pkgs-armv7l.python3Packages; [