From 4898dcd371024b0b7e162a290e7431798984d7df Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 19 Mar 2022 16:57:33 -0600 Subject: shenvs: add tabas --- shenvs/config.nix | 1 + shenvs/tabas.nix | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 shenvs/tabas.nix (limited to 'shenvs') 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 + ]; +} -- cgit v1.2.3