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: 0565f10b2463
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95ee2c8e266a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2020

  1. alsaPluginWrapper: fix shebang

    The bang was missing!  But there's a neater way to do this anyway.
    What was there before would still have worked, but I think it would
    end up being executed by /bin/sh since it had no shebang line.
    alyssais authored and teto committed Feb 14, 2020
    Copy the full SHA
    ed12380 View commit details
    Browse the repository at this point in the history
  2. python3.pkgs.cmd2: fix shebang

    The bang was missing!  What was there before would still have worked,
    but I think it would end up being executed by /bin/sh since it had no
    shebang line.
    alyssais authored and teto committed Feb 14, 2020
    Copy the full SHA
    95ee2c8 View commit details
    Browse the repository at this point in the history