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: dd49cf711e31
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1af546a92977
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 14, 2019

  1. nixos/cupsd: Set CUPS_DATADIR globally

    This is used by some programs that need CUPS data files. For instance,
    print-manager looks here for printing test pages.
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    04ea093 View commit details
    Browse the repository at this point in the history
  2. nixos/cupsd: only enable cups when startWhenNeeded = false

    cups-browsed was pulling in cups.service even when we were using the
    socket-based initialization.
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    35e633b View commit details
    Browse the repository at this point in the history
  3. nixos/cupsd: include /run/cups/cups.sock in ListenStreams

    This socket should always be created by systemd.
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    2804046 View commit details
    Browse the repository at this point in the history
  4. nixos/cupsd: use socket-based activation by default

    Make socket-based activation the
    default (services.printing.startWhenNeeded)
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    c068488 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    011b12c View commit details
    Browse the repository at this point in the history
  6. tests/printing: don’t wait for unit services

    These are now socket activated, we don’t need it to start up front.
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    01cd466 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e9b7085 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65040 from matthewbauer/cups-fixes

    nixos/cups fixes
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    1af546a View commit details
    Browse the repository at this point in the history