Skip to content

Instantly share code, notes, and snippets.

@daeyun
Created July 21, 2017 20:04
Show Gist options
  • Save daeyun/788fa29e0c4eaa840fe30e3534f555df to your computer and use it in GitHub Desktop.
Save daeyun/788fa29e0c4eaa840fe30e3534f555df to your computer and use it in GitHub Desktop.
Dev sandbox
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "env";
env = buildEnv { name = name; paths = buildInputs;};
buildInputs = [
opencv3
c-blosc
eigen
assimp
google-gflags
gmock
glog
protobuf3_2
sqlite
gcc6
boost
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment