Skip to content

Commit

Permalink
Remove env declaration from nix
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph committed Apr 14, 2024
1 parent 25980e4 commit 493ab98
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ packages = [
pkgs.git
];

env = {
DB_HOST="";
DB_PORT="";
DB_USERNAME="";
DB_PASSWORD="";
DB_NAME="";
SYNCHRONIZE=true;
};

services.docker.enable = true;


}

0 comments on commit 493ab98

Please sign in to comment.