Skip to content

Instantly share code, notes, and snippets.

@vizanto
Created February 6, 2013 12:01
Show Gist options
  • Save vizanto/4722168 to your computer and use it in GitHub Desktop.
Save vizanto/4722168 to your computer and use it in GitHub Desktop.
Is this the preferred way to override package attributes?
# ~/.nixpkgs/config.nix
pkgs : {
packageOverrides = self : {
automake = self.automake.override { doCheck = false; };
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment