let hostPkgs = import {}; nixpkgs = (hostPkgs.fetchFromGitHub { owner = "NixOS"; repo = "nixpkgs-channels"; rev = "nixos-unstable"; sha256 = "15fcl29a97f68j1pjywmrjm31rdh1a21jz9airlsbzpl4lc3zhfi"; }); in with import nixpkgs {}; stdenv.mkDerivation { name = "Autocmake"; buildInputs = [ ccache clang cmake doxygen gfortran liblapack openmpi pipenv python3Packages.pep8 python3Packages.pytest python3Packages.pyyaml zlib ]; src = null; shellHook = '' export NINJA_STATUS="[Built edge %f of %t in %e sec]" SOURCE_DATE_EPOCH=$(date +%s) ''; }