summaryrefslogtreecommitdiff
path: root/shenvs/tabas.nix
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 /shenvs/tabas.nix
parent399b7d8d069d071e3cb0119f7bbbfa36ca20435a (diff)
shenvs: add tabas
Diffstat (limited to 'shenvs/tabas.nix')
-rw-r--r--shenvs/tabas.nix8
1 files changed, 8 insertions, 0 deletions
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
+ ];
+}