aboutsummaryrefslogtreecommitdiff
path: root/devShells/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/default.nix')
-rw-r--r--devShells/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/default.nix b/devShells/default.nix
index 02ecc11..1e8dee3 100644
--- a/devShells/default.nix
+++ b/devShells/default.nix
@@ -16,7 +16,7 @@ let
espc = callDevelop ./nuttx.nix { arch = "rv32imc"; };
c = callDevelop ./c.nix { };
qt = callDevelop ./qt.nix { };
- riscv = callDevelop ./riscv.nix { };
+ #riscv = callDevelop ./riscv.nix { };
};
in shells