From 601816a5ee8abc150b1f4ff14313b8f38ecd38cb Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 31 Aug 2025 13:15:28 +0800 Subject: [PATCH] fix: comment out all fgpa tools - nextpnr failed to build --- home/linux/gui/base/creative.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/linux/gui/base/creative.nix b/home/linux/gui/base/creative.nix index 5b930a55..c0326c0d 100644 --- a/home/linux/gui/base/creative.nix +++ b/home/linux/gui/base/creative.nix @@ -32,10 +32,10 @@ ldtk # A modern, versatile 2D level editor # fpga - python313Packages.apycula # gowin fpga - yosys # fpga synthesis - nextpnr # fpga place and route - openfpgaloader # fpga programming + # python313Packages.apycula # gowin fpga + # yosys # fpga synthesis + # nextpnr # fpga place and route + # openfpgaloader # fpga programming # nur-ryan4yin.packages.${pkgs.system}.gowin-eda-edu-ide # app: `gowin-env` => `gw_ide` / `gw_pack` / ... ]);