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: bdab6fe5a166
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 230994a30a33
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 10, 2016

  1. couchdb service: fix test in preStart

    Otherwise you'd get errors like "-f no such command".
    joachifm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    19b9617 View commit details
    Browse the repository at this point in the history
  2. syslogd service: assert conflict with rsyslogd

    Enabling both these at the same time fails because they implement the
    same interface.
    joachifm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    fafb665 View commit details
    Browse the repository at this point in the history
  3. dante service: fix config option type

    The type was simply str but the default is null, thus resulting in a
    conversion error if the user fails to declare a value.
    joachifm committed Dec 10, 2016
    1 Configuration menu
    Copy the full SHA
    2a4902d View commit details
    Browse the repository at this point in the history
  4. openfire service: more informative assertion failure message

    Explain why the assertion fails; the user already knows that it *has*
    failed.
    joachifm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    4697f83 View commit details
    Browse the repository at this point in the history
  5. psd service: assert that at least one user must be configured

    Using the default config, a user will experience a run-time failure.
    This is poor UX, assert the requirement up-front.
    joachifm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    230994a View commit details
    Browse the repository at this point in the history