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: 999f6ee86d3a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 86c1825fc13f
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 19, 2020

  1. buildRustCrateTests: Move to tests.buildRustCrate

    I think it is preferable to separate the tests from the "real" packages.
    Ericson2314 committed Dec 19, 2020
    Copy the full SHA
    5d2a20c View commit details
    Browse the repository at this point in the history
  2. tests.buildRustCrate: Fix after hashing method change

    As @lopsided98 points out in #105305, since the hashes are now target
    sensative, and until we find reason to actually care to test what they
    are exactly, we are best just normalizing them away in the tests.
    Ericson2314 committed Dec 19, 2020
    Copy the full SHA
    ddeef0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #105379 from NixOS/fix-buildRustCrateTests

    tests.buildRustCrate: Fix after hashing method change
    Ericson2314 committed Dec 19, 2020
    Copy the full SHA
    86c1825 View commit details
    Browse the repository at this point in the history