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: 5c12c689f3bf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0902f08e0d45
Choose a head ref
  • 8 commits
  • 172 files changed
  • 3 contributors

Commits on Sep 18, 2019

  1. doc: Disable wrapping source

    Even a simple typo fix can result in a reflow of a whole paragraph, leading to illegible diffs. The majority of text editors supports wrapping the source code to a comfortable width so it makes sense to me to sacrifice the few that do not rather than the unfortunately line-oriented diff tools.
    jtojnar committed Sep 18, 2019
    Copy the full SHA
    641f635 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    713fda2 View commit details
    Browse the repository at this point in the history
  3. shotcut: use vaapi_device /dev/dri/renderD128 instead of ":0"

    This fixes the auto-detection of VAAPI hardware encoders
    provided by Intel chipsets. Be sure to define
    
      hardware.opengl.extraPackages = [pkgs.vaapiIntel];
    
    in configuration.nix to make the necessary OpenGL drivers
    available.
    peti committed Sep 18, 2019
    Copy the full SHA
    cde50a4 View commit details
    Browse the repository at this point in the history
  4. doc: re-format

    jtojnar committed Sep 18, 2019
    Copy the full SHA
    83c2ad8 View commit details
    Browse the repository at this point in the history
  5. nixos/doc: re-format

    jtojnar committed Sep 18, 2019
    Copy the full SHA
    ea6e877 View commit details
    Browse the repository at this point in the history
  6. doc: Disable wrapping source (#68181)

    doc: Disable wrapping source
    jtojnar committed Sep 18, 2019
    Copy the full SHA
    c28659e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    105abdd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0902f08 View commit details
    Browse the repository at this point in the history