Skip to content

Instantly share code, notes, and snippets.

@redbaron
Created March 29, 2014 11:20
Show Gist options
  • Save redbaron/9852692 to your computer and use it in GitHub Desktop.
Save redbaron/9852692 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs : rec {
nix = pkgs.stdenv.lib.overrideDerivation pkgs.nix (oldAttrs: {
dontStrip = true;
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment