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: 2267553271f6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cf4c07734364
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 23, 2018

  1. cups: fix path to socket and run directory

    We use default /var/run/cups/cups.sock in NixOS but here it's misdefined to be
    /run/cups.sock. Return it to default.
    abbradar committed Feb 23, 2018
    Copy the full SHA
    34a37c5 View commit details
    Browse the repository at this point in the history
  2. cups service: fix client sockets

    Use systemd to create the directory for UNIX socket. Also use localhost instead
    of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when
    available.
    abbradar committed Feb 23, 2018
    Copy the full SHA
    cf4c077 View commit details
    Browse the repository at this point in the history