From f89a0ead6ff1991442bd82ac98adbc8461e55ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Mar 2023 16:45:12 +0200 Subject: nixos/dean: disable firmware environment for now --- nixos/machine/dean.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/machine') diff --git a/nixos/machine/dean.nix b/nixos/machine/dean.nix index 4d35a9d..030aae9 100644 --- a/nixos/machine/dean.nix +++ b/nixos/machine/dean.nix @@ -39,5 +39,8 @@ with lib; { #openocd sterm ]; + + # TODO: ubootTools build is broken! + firmware.environment.enable = false; }; } -- cgit v1.2.3