Skip to content

Standalone package override. #2355

Closed Answered by MattSturgeon
niksingh710 asked this question in Q&A
Discussion options

You must be logged in to vote

overrideAttrs is for changing the arguments passed to mkDerivation.

If you want to change/extend the module config, we provide an extend function that takes a module.

inputs.<standalone>.packages.${system}.default.extend {
  config.opts.number = lib.mkForce false;
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@niksingh710
Comment options

Answer selected by niksingh710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants