summaryrefslogtreecommitdiff
path: root/shenvs/tabas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/tabas.nix')
-rw-r--r--shenvs/tabas.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/shenvs/tabas.nix b/shenvs/tabas.nix
index 62f84a3..ebee6d3 100644
--- a/shenvs/tabas.nix
+++ b/shenvs/tabas.nix
@@ -1,8 +1,15 @@
pkgs: {
paths = with pkgs; [
dotnet-sdk
- dotnet-aspnetcore
nodejs
nodePackages.npm
+ postgresql_14
+ sqlite
];
+
+ enter = ''
+ export PGDATA=$HOME/vtmp/psql
+ export DOTNET_ROOT=${pkgs.dotnet-sdk}
+ export PATH="$PATH:$HOME/.dotnet/tools";
+ '';
}