1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00
mobile-nixos/doc/_support
Samuel Dionne-Riel bfd44cf05f doc: Handle eval issues coming from "default" values
"default" values in Nixpkgs manual can *somehow* be escaped by the
documentation back to their original string form.

The following ends up escaped into the manual as `"${pkgs.hello}"`.

```
default = "${pkgs.hello}";
```

The methods for this magic have not been found.

Instead, we just change the default strict `handleEvalIssue` so that it
does absolutely nothing and lets them through.

Anyway we won't be building them.
2020-09-29 17:31:18 -04:00
..
converter doc: Fix article without image 2020-05-06 01:33:01 -04:00
devices doc: Add Hydra build output URL to devices 2020-04-04 20:30:36 -04:00
options doc: Handle eval issues coming from "default" values 2020-09-29 17:31:18 -04:00
styles doc: Add styles for footnotes 2020-05-14 17:10:19 -04:00
common.inc doc: Use rouge 2020-04-06 19:51:26 -04:00
footer.erb doc: Reduce edit/source links hardcoding 2019-12-02 17:49:39 -05:00
header.erb doc: Add "Resources" section, a top-level section 2020-04-06 18:32:45 -04:00
news_article_header.erb doc: Makes articles pipeline more aware of image alignment 2019-12-02 20:51:46 -05:00
news_article.erb doc: Fix article without image 2020-05-06 01:33:01 -04:00
rss_entry.xml.erb doc: Add RSS generation 2019-12-02 17:49:39 -05:00
rss.xml.erb doc: Add RSS generation 2019-12-02 17:49:39 -05:00
sitemap.entries.erb doc: Adds documentation and documentation support 2019-11-15 22:02:06 -05:00
sitemap.erb doc: Adds documentation and documentation support 2019-11-15 22:02:06 -05:00