Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created August 9, 2017 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/74fe7047de811944010e758d23a6b4f7 to your computer and use it in GitHub Desktop.
Save Mic92/74fe7047de811944010e758d23a6b4f7 to your computer and use it in GitHub Desktop.
inspector
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
bashInteractive
ninja
#jetbrains.clion
cmake
ninja
rlwrap
clang_4
python3
jsoncpp
gcc7
];
propagatedBuildInputs = [
python3Packages.setuptools
python3Packages.prompt_toolkit
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment