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: 8319ec35b263
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e443bbf6fda6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 13, 2018

  1. nixos/znc: move to own folder

    Move legacy options to separate file
    infinisil committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    4eee2cd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. nixos/znc: add config option

    This option represents the ZNC configuration as a Nix value. It will be
    converted to a syntactically valid file. This provides:
    - Flexibility: Any ZNC option can be used
    - Modularity: These values can be set from any NixOS module and will be
    merged correctly
    - Overridability: Default values can be overridden
    
    Also done:
    Remove unused/unneeded options, mkRemovedOptionModule unfortunately doesn't work
    inside submodules (yet). The options userName and modulePackages were never used
    to begin with
    infinisil committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    81c3ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e31678 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request #45470 from Infinisil/znc-config

    nixos/znc: More flexible module, cleanups
    infinisil committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    e443bbf View commit details
    Browse the repository at this point in the history