Open zmrocze opened 1 year ago
if this interface is different or has changed could you please point me to some relevant piece of doc/code?
For my npm run build
command to succeed while building the default derivation I need to provide which
executable. I think I should override buildInputs
, like in the example above.
Hey, I have problem understanding your example.
My problem is that - while the attributes passed to
makeFlakeOutputs
define packages uniformly for everysystem
, thepackageOverrides
seem to be specific tosystem
.Below is a snippet from your README under "Extensive Example flake.nix", stripped down to relevant parts:
How do I get pkgs here in
pkgs.hello
?