Skip to content

Commit

Permalink
fix: additional fixes to make work Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 9, 2025
1 parent 350f534 commit 00446e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ public/dist
/payload.config.ts
.devenv
.direnv
.pnpm-store
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
{
packages = with pkgs; [bash mongodb-tools docker bun];

env = {
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib/";
PATH = "/usr/local/bin";
};
enterShell= ''
export LD_LIBRARY_PATH="${pkgs.stdenv.cc.cc.lib}/lib/:$LD_LIBRARY_PATH"
export PATH="$PATH:/usr/local/bin"
'';

languages.javascript = {
enable = true;
Expand Down

0 comments on commit 00446e6

Please sign in to comment.