mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
4 lines
133 B
Nix
4 lines
133 B
Nix
{ pkgs }: pkgs.mkShell {
|
|
buildInputs = with pkgs; [ openssl zlib libpq ];
|
|
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
|
|
}
|