aboutsummaryrefslogtreecommitdiff
path: root/develop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'develop/default.nix')
-rw-r--r--develop/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/default.nix b/develop/default.nix
new file mode 100644
index 0000000..5f880dc
--- /dev/null
+++ b/develop/default.nix
@@ -0,0 +1,5 @@
+{ nixpkgs, shellrc, system }: {
+
+ riscv = import ./riscv.nix { inherit nixpkgs; inherit shellrc; inherit system; };
+
+}