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/ofborg
base: f9086a62ecf7
Choose a base ref
...
head repository: NixOS/ofborg
compare: 85988113aa86
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2020

  1. nixenv: describe what went wrong when io fails

    Instead of just propagating a raw `std::io::Error`, wrap that in our own
    `Error` enum to provide more context for what actually went wrong.
    cole-h committed Apr 3, 2020
    Copy the full SHA
    2b2b675 View commit details
    Browse the repository at this point in the history
  2. match -> map_err

    cole-h committed Apr 3, 2020
    Copy the full SHA
    9dc0fd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #447 from cole-h/nix-env-describe

    nixenv: describe what went wrong when io fails
    grahamc committed Apr 3, 2020
    Copy the full SHA
    8598811 View commit details
    Browse the repository at this point in the history