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
dependencySet={inputs={};# set of flakeInputs from which to resolve dependenciesfilter=[];# names of attributes to remove from `inputs` (ex. "self")outputs={${inputName}.${output}=[];# names of attributes depended on from `${inputName}.${output}`};};resolvedDependency={};# a flake input resolvedsignalModule.${foo}={dependencies=dependencySet;outputs=dependencies: # resolved dependencies, as specified in `dependencies` above{# attribute set of flake outputs};};