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

Commits on Apr 4, 2020

  1. nixenv: warn when removing the stats file fails

    If the `nix` invocation fails, a stats file won't get created. We log a
    warning, but it is generally safe to ignore this failure.
    cole-h committed Apr 4, 2020
    Copy the full SHA
    42b4bb2 View commit details
    Browse the repository at this point in the history
  2. nixenv: remove unnecessary single quotes

    The debug representation of a `PathBuf` provides double quotes already.
    cole-h committed Apr 4, 2020
    Copy the full SHA
    9736cf0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #449 from cole-h/ignore-remove-file

    nixenv: warn when removing the stats file fails
    grahamc committed Apr 4, 2020
    Copy the full SHA
    91f6aee View commit details
    Browse the repository at this point in the history