Re: [Nix-dev] coerce a list of strings

2016-07-26 Thread Daniel Hlynskyi
lib.concatStringsSep "\n" Google "Nixpkgs strings" for definition and documentation 27 лип. 2016 12:30 дп "Stefan Huchler" пише: > I wanted to shorten my configuration file a bit. > I have a long configuration for flexget with entries like that: > > > yt_tech-talk-today: > rss: http://fee

[Nix-dev] coerce a list of strings

2016-07-26 Thread Stefan Huchler
I wanted to shorten my configuration file a bit. I have a long configuration for flexget with entries like that: yt_tech-talk-today: rss: http://feedpress.me/t3mob template: youtube I can replace that with such let statement: ${let makeFeed = { name, url}: { x = " yt_