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: 53b5219cc2d8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba5fadc34b1f
Choose a head ref
  • 14 commits
  • 10 files changed
  • 11 contributors

Commits on Nov 23, 2020

  1. nixos/wireless: fix failure with no interfaces

    This resolves issue #101963.
    
    When the service is started and no interface is ready yet, wpa_supplicant
    is being exec'd with no `-i` flags, thus failing. Once the interfaces
    are ready, the udev rule would fire but wouldn't restart the unit because
    it wasn't currently running (see systemctl(1) try-restart).
    
    The solution is to exit (with a clear error message) but always restart
    wpa_supplicant when the interfaces are modified.
    rnhmjoj committed Nov 23, 2020
    Copy the full SHA
    8f17761 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Copy the full SHA
    9a71439 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d12a819 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request #104722 from rnhmjoj/wpa-fix

    nixos/wireless: fix failure with no interfaces
    rnhmjoj committed Dec 15, 2020
    Copy the full SHA
    12f367b View commit details
    Browse the repository at this point in the history
  2. dockerTools: normalize arch to GOARCH

    Docker (via containerd) and the the OCI Image Configuration imply and
    suggest, respectfully, that the architecture set in images matches those
    of GOARCH in the Go Language document.
    
    This changeset updates the implimentation of getArch in dockerTools to
    return GOARCH values, to satisfy Docker.
    
    Fixes: #106695
    terinjokes committed Dec 15, 2020
    Copy the full SHA
    8f66dc9 View commit details
    Browse the repository at this point in the history
  3. nixosTests.docker-tools-cross: init

    Not everyone has a suitable remote builder set up, so the cross-compilation
    tests that _include_ running the result are separate. That way, most people
    can run the majority of the test suite without the extra setup.
    roberth authored and terinjokes committed Dec 15, 2020
    Copy the full SHA
    d4b7efe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5cacf0f View commit details
    Browse the repository at this point in the history
  5. utf8proc: enable tests

    For the current version normtest and graphemetest are disabled. This
    will probably change in the future. Those tests are problematic because
    they depend on unicode data files which are downloaded by cmake at build
    time:
    
        file(MAKE_DIRECTORY data)
        set(UNICODE_VERSION 13.0.0)
        file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
        file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
    
    For the next update, we'll probably need to patch out this section of
    CMakeLists.txt and download the files in question with fetchurl
    ourselves.
    sternenseemann authored and teto committed Dec 15, 2020
    Copy the full SHA
    c5d2491 View commit details
    Browse the repository at this point in the history
  6. wezterm: initial package

    steveej authored and teto committed Dec 15, 2020
    Copy the full SHA
    b65b04d View commit details
    Browse the repository at this point in the history
  7. fixup! wezterm: initial package

    steveej authored and teto committed Dec 15, 2020
    Copy the full SHA
    b75e7f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #106899 from ttuegel/nixos-plasma-test-kded

    nixos/plasma5: test that KDED runs at startup
    ttuegel committed Dec 15, 2020
    Copy the full SHA
    0cb7962 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #106703 from terinjokes/patches/dockerTools-getArch

    dockerTools: normalize arch to GOARCH
    roberth committed Dec 15, 2020
    Copy the full SHA
    1b35b3d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #106933 from MetaDark/pythonPackages.debugpy

    pythonPackages.debugpy: 1.2.0 -> 1.2.1
    ryantm committed Dec 15, 2020
    Copy the full SHA
    80cb17d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ba5fadc View commit details
    Browse the repository at this point in the history