flowgate/shell.nix
2025-04-07 00:15:10 +03:00

8 lines
95 B
Nix
Executable File

with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
openssl
pkg-config
];
}