aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/default.nix2
-rw-r--r--devShells/riscv.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/devShells/default.nix b/devShells/default.nix
index 88d3638..2916f1c 100644
--- a/devShells/default.nix
+++ b/devShells/default.nix
@@ -22,7 +22,7 @@
espc = callDevelop ./nuttx.nix {arch = "rv32imc";};
c = callDevelop ./c.nix {};
qt = callDevelop ./qt.nix {};
- #riscv = callDevelop ./riscv.nix { };
+ riscv = callDevelop ./riscv.nix { };
};
in
shells
diff --git a/devShells/riscv.nix b/devShells/riscv.nix
index b3bbcea..8752e8d 100644
--- a/devShells/riscv.nix
+++ b/devShells/riscv.nix
@@ -17,7 +17,7 @@
in
pkgs.buildPackages.mkShell {
packages = with pkgs.buildPackages; [
- qtrvsim
+ buildPackages.qtrvsim
gcc
pkg-config
];