Add the ability to augment onPush
with the default value.
#442
Labels
enhancement
New feature or request
onPush
with the default value.
#442
I have a flake with
legacyPackages
that I wanted test. I figured I could add a separateonPush.legacyPackages
for them so I could define how to build them, but the way the code currently works, if you provide your ownonPush
, it gets rid of the defaults. I would like there to be a way where I could choose to keep the default value, and augment it with my own.The text was updated successfully, but these errors were encountered: