mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 13:10:29 +03:00
bfd44cf05f
"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. |
||
---|---|---|
.. | ||
default.nix | ||
generate-options-listing.rb |