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/nixpkgs
base: 64c60a813d22
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0a63b6528b06
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 11, 2019

  1. nixos/tests/rspamd: fix eval warnings

    trace: warning: The option `services.rspamd.bindUISocket' defined in `<unknown-file>' has been renamed to `services.rspamd.workers.controller.bindSockets'.
    trace: warning: The option `services.rspamd.bindSocket' defined in `<unknown-file>' has been renamed to `services.rspamd.workers.normal.bindSockets'.
    trace: warning: The option `services.rspamd.workers.”rspamd_proxy".type` defined in `<unknown-file>' has enum value `proxy` which has been renamed to `rspamd_proxy`
    delroth committed Feb 11, 2019
    Copy the full SHA
    4b959cd View commit details
    Browse the repository at this point in the history
  2. nixos/tests/ndppd: fix eval warnings

    trace: warning: The options services.ndppd.interface and services.ndppd.network will probably be removed soon,
    please use services.ndppd.proxies.<interface>.rules.<network> instead.
    delroth committed Feb 11, 2019
    Copy the full SHA
    f90a60a View commit details
    Browse the repository at this point in the history
  3. nixos/tests/gitea: fix eval warnings

    trace: warning: config.services.gitea.database.password will be stored as plaintext
            in the Nix store. Use database.passwordFile instead.
    
    (Arguably, this shouldn't be a warning at all. But making it happy is
    easier than having a debate on the value of this warning.)
    delroth committed Feb 11, 2019
    Copy the full SHA
    c0829a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Merge pull request #55547 from delroth/fix-warnings

    Fix 3 warnings in nixos/tests
    xeji committed Feb 25, 2019
    Copy the full SHA
    0a63b65 View commit details
    Browse the repository at this point in the history