Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove meta.available checks #45727

Merged
merged 6 commits into from
Sep 28, 2018
Merged

Commits on Sep 26, 2018

  1. systemd: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    c4c6df7 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.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    d159baa 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.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    d38a04b 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.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    672034b 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.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    2cbde84 View commit details
    Browse the repository at this point in the history
  6. nixos/kexec: Replace meta.available checks

    This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
    true by making them do unpredictable things.
    dezgeg committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    2666fb0 View commit details
    Browse the repository at this point in the history