lol
0
fork

Configure Feed

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

lib: remove mention of flashplayer in docs

+1 -1
+1 -1
lib/lists.nix
··· 241 241 242 242 /* Return a singleton list or an empty list, depending on a boolean 243 243 value. Useful when building lists with optional elements 244 - (e.g. `++ optional (system == "i686-linux") flashplayer'). 244 + (e.g. `++ optional (system == "i686-linux") firefox'). 245 245 246 246 Type: optional :: bool -> a -> [a] 247 247