Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: 59ced149bd54
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: afdc90780019
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 29, 2020

  1. Copy the full SHA
    3abeff8 View commit details
    Browse the repository at this point in the history
  2. 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.
    samueldr committed Sep 29, 2020
    Copy the full SHA
    bfd44cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #209 from samueldr-wip/fix/docs-regression

    Fix docs regression, and removes workarounds
    samueldr committed Sep 29, 2020
    Copy the full SHA
    afdc907 View commit details
    Browse the repository at this point in the history