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: 29624f6bb269
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aa0c7bd5ed05
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Sep 29, 2018

  1. systemd: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    (cherry picked from commit fe7919f)
    dezgeg committed Sep 29, 2018
    Copy the full SHA
    6b1ebeb View commit details
    Browse the repository at this point in the history
  2. nix: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    (cherry picked from commit cdeafe7)
    
    Conflicts:
    	pkgs/tools/package-management/nix/default.nix
    dezgeg committed Sep 29, 2018
    Copy the full SHA
    50da319 View commit details
    Browse the repository at this point in the history
  3. apparmor: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    (cherry picked from commit 50d0360)
    dezgeg committed Sep 29, 2018
    Copy the full SHA
    2c3443e View commit details
    Browse the repository at this point in the history
  4. treewide: Replace meta.available checks in shouldUsePackages copypasta

    This reverts commit 79d8353.
    
    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    (cherry picked from commit 5e84926)
    dezgeg committed Sep 29, 2018
    Copy the full SHA
    ae63055 View commit details
    Browse the repository at this point in the history
  5. ghc: Replace meta.available checks for enableIntegerSimple

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    (cherry picked from commit f4dd2fe)
    dezgeg committed Sep 29, 2018
    Copy the full SHA
    5330aba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. nixos/kexec: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    
    [dezgeg: Also squash in the bugfix commit "nixos/kexec: Fix typo in meta.platforms" by aszlig]
    
    (cherry picked from commit 599c4df)
    (cherry picked from commit fd8bca4)
    dezgeg committed Sep 30, 2018
    Copy the full SHA
    aa0c7bd View commit details
    Browse the repository at this point in the history