diff options
Diffstat (limited to 'shenvs/tabas.nix')
| -rw-r--r-- | shenvs/tabas.nix | 8 |
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 + ]; +} |
