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
AFAIU, flakes generate self.outPath by using either "${dirOf ./flake.nix}" or fetch[Git|Mercurial] (dirOf ./flake.nix) (or analogies of such). Would it be possible/make sense for with-inputs to add this?
AFAIU, flakes generate
self.outPathby using either"${dirOf ./flake.nix}"orfetch[Git|Mercurial] (dirOf ./flake.nix)(or analogies of such). Would it be possible/make sense forwith-inputsto add this?