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/nix
base: dc719b9745f1
Choose a base ref
...
head repository: NixOS/nix
compare: f64cc6d9b18b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 8, 2020

  1. Actually test nix-env with a remote store

    The `remote-store` test loads the `user-env` one to test nix-env when
    using the daemon, but actually does it incorrectly because every test
    starts (in `common.sh`) by resetting the value of `NIX_REMOTE`, meaning
    that the `user-env` test will never use the daemon.
    
    Fix this by setting `NIX_REMOTE_` before sourcing `user-env.sh` in the
    `remote-store` test, so that `NIX_REMOTE` is correctly set inside the
    test
    thufschmitt committed Jun 8, 2020
    Copy the full SHA
    f6ac888 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge pull request #3668 from tweag/fix-remote-nix-env-test

    Actually test nix-env with a remote store
    edolstra committed Jun 10, 2020
    Copy the full SHA
    f64cc6d View commit details
    Browse the repository at this point in the history