summaryrefslogtreecommitdiff
path: root/shell.nix
blob: 59095f315052daff875eb4455f0777f6d61c5998 (plain)
1
2
3
4
5
with import <nixpkgs> {};

mkShell {
  buildInputs = [ openssl openssl.dev pkg-config ];
}