with import <nixpkgs> {};(overrideCC stdenv gcc49).mkDerivation { name = "foo"; buildInputs = [ /* whatever */ ];}