Skip to content

Commit

Permalink
Add pg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Sep 26, 2023
1 parent 15b37d5 commit 0d134e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
src = ./.;
name = "spacebar-server-ts";
nativeBuildInputs = with pkgs; [ python3 ];
npmDepsHash = "";
npmDepsHash = "sha256-axzbsD+jOViIQ9+qFSX41j6harBL9vyaXDKdOSaPW8M=";
makeCacheWritable = true;
postPatch = ''
substituteInPlace package.json --replace 'npx patch-package' '${pkgs.nodePackages.patch-package}/bin/patch-package'
Expand Down

0 comments on commit 0d134e1

Please sign in to comment.