this repo has no description
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: pass meta via fetcher args

isabel 9d3dba36 c40ec0f0

+1 -1
+1 -1
fetcher.nix
··· 116 116 // passthruAttrs 117 117 // { 118 118 inherit name; 119 + meta = newMeta; 119 120 }; 120 121 in 121 122 122 123 fetcher fetcherArgs 123 124 // { 124 - meta = newMeta; 125 125 inherit owner repo tag; 126 126 rev = revWithTag; 127 127 }