10 lines
86 B
Nix
10 lines
86 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
packages = with pkgs; [
|
|
nodejs
|
|
pnpm
|
|
postgresql
|
|
];
|
|
}
|