summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-19 16:57:33 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-19 16:57:33 -0600
commit4898dcd371024b0b7e162a290e7431798984d7df (patch)
treefb65ad919ebfeca156562f754b64d92a2e482d63
parent399b7d8d069d071e3cb0119f7bbbfa36ca20435a (diff)
shenvs: add tabas
-rw-r--r--shenvs/config.nix1
-rw-r--r--shenvs/tabas.nix8
2 files changed, 9 insertions, 0 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix
index caf4b18..61f4c8d 100644
--- a/shenvs/config.nix
+++ b/shenvs/config.nix
@@ -4,5 +4,6 @@ shenvs: {
dsp
el3310
randall
+ tabas
];
}
diff --git a/shenvs/tabas.nix b/shenvs/tabas.nix
new file mode 100644
index 0000000..62f84a3
--- /dev/null
+++ b/shenvs/tabas.nix
@@ -0,0 +1,8 @@
+pkgs: {
+ paths = with pkgs; [
+ dotnet-sdk
+ dotnet-aspnetcore
+ nodejs
+ nodePackages.npm
+ ];
+}