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

mkShell {
  name = "walint-shell";
  buildInputs = [ pkg-config openssl openssl.dev zlib zlib.dev ];
}