I am not sure about what kind checks attrset key formatting/naming scheme should we encourage, any suggestions?
Note: At first I tried camelcase - did not seem particularly readable. Do checks even need any fancy names? maybe test1, test2, test3... is good enough?
Adding a little overlay with few convenient functions to evaluate Nix using checks.
Here is
nix flake show
with all the edge cases I was able to think of:Checks definition used in this example:
I am not sure about what kind checks attrset key formatting/naming scheme should we encourage, any suggestions? Note: At first I tried camelcase - did not seem particularly readable. Do checks even need any fancy names? maybe
test1
,test2
,test3
... is good enough?