Add clear error messages for missing bild dependencies

t-333·WorkTask·
·
·
·Omni/Bild.hs
Created1 month ago·Updated1 month ago

Description

Edit

When a dep is used that isn't whitelisted in Haskell.nix or Python.nix, the previous error was cryptic:

attrVals = nameList: set: map (x: set.${x}) nameList;

Now it shows a clear message pointing to exactly which package is missing and which file to edit.

Timeline (1)

🔄[human]Open → Done1 month ago