aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/machine/dean.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}