Skip to content

Commit

Permalink
feat: flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoof3 committed May 10, 2024
1 parent 73d9865 commit 81506cf
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
118 changes: 59 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
devShells.default = pkgs.mkShell
{
packages = with pkgs; [
nodePackages_latest.nodejs
nodePackages_latest.node-gyp
pkgs.nodePackages_latest.pnpm
nodejs_latest # NodeJS runtime + NPM
nodePackages_latest.pnpm # PNPM package manager
postgresql_16
libpqxx
];
};
}
Expand Down

0 comments on commit 81506cf

Please sign in to comment.