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: 532b0e4b383d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d85795a1c746
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 24, 2018

  1. source-and-tags: fix default.nix

    Tested by observing that the following command produces a correctly
    looking TAGS file:
    
    $ nix-shell -E 'let pkgs = import ./. {}; in pkgs.myEnvFun {name = "myEnvFun-htags-test"; buildInputs = [(pkgs.sourceAndTags.sourceWithTagsDerivation (pkgs.sourceAndTags.addHasktagsTaggingInfo pkgs.haskellPackages.scientific).passthru.sourceWithTags)];}' --run 'cat $TAG_FILES'
    basvandijk committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    40bb337 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Merge pull request #39437 from LumiGuide/fix-source-and-tags

    source-and-tags: fix default.nix
    matthewbauer committed May 1, 2018
    Configuration menu
    Copy the full SHA
    d85795a View commit details
    Browse the repository at this point in the history