Skip to content

Commit

Permalink
Merge pull request #1326 from k3yss/work/keys/remove-dotenv
Browse files Browse the repository at this point in the history
chore: remove dangling dotenv in devenv.nix
  • Loading branch information
domenkozar authored Jul 13, 2024
2 parents 55106de + 416990a commit 7f569a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
devcontainer.settings.customizations.vscode.extensions = [ "jnoortheen.nix-ide" ];
difftastic.enable = true;

dotenv.enable = true;

processes = {
docs.exec = "mkdocs serve";
tailwind.exec = "watchexec -e html,css,js ${lib.getExe pkgs.tailwindcss} build docs/assets/extra.css -o docs/assets/output.css";
Expand Down

0 comments on commit 7f569a0

Please sign in to comment.