mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
4 lines
127 B
Nix
4 lines
127 B
Nix
{ pkgs }: pkgs.mkShell {
|
|
buildInputs = with pkgs; [ openssl zlib ];
|
|
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
|
|
}
|