divnix / std

A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
https://std.divnix.com
377 stars 41 forks source link

Set default for nixpkgsConfig in flake-parts module #354

Closed bnavetta closed 10 months ago

bnavetta commented 10 months ago

For divnix/std#235, std.grow.nixpkgsConfig was made optional. However (at least in my config), nixpkgsConfig is not defined when it's checked for, even if it's set. Instead, I think setting a default of { } should work - as far as I can tell, that's ultimately what it defaults to in nixpkgs.