You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a feature for numtide/devshell that creates a check for each devshell.
In a flake, all checks share a single namespace. So I'm thinking those devshell check names should be formatted like
"devshell${separator}${shellName}"to simulate a namespace for them to prevent collision and distinguish them from the rest of the arbitrary checks a flake may have.
To me, this looks like an opportunity to formalize this naming scheme in flake-parts.
Perhaps something like
which flake-part modules could use?
Perhaps flake-part modules could use
perSystem.checksas set and flake-parts would flatten it using a separator?Beta Was this translation helpful? Give feedback.
All reactions