1 2 3 4 5 6
with import <nixpkgs> {}; stdenv.mkDerivation { name = "gitrevset"; # used by the git2 crate buildInputs = [ openssl pkg-config ]; }