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: 78a7c5736774
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e71990711f69
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 21, 2020

  1. srcOnly: ignore additional arguments

    This reverts commit b32a057,
    which breaks even the most straightforward uses of srcOnly:
    
        nix-repl> srcOnly guile
        error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
    
        nix-repl> srcOnly hello
        error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
    
    Link: #80903 (comment)
    edef1c committed Apr 21, 2020
    Copy the full SHA
    11e13ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85680 from NixOS/fix-srconly

    srcOnly: ignore additional arguments
    edef1c committed Apr 21, 2020
    Copy the full SHA
    e719907 View commit details
    Browse the repository at this point in the history