tmp fix trustedgrub build

auto-flake-update
Yorick van Pelt 2017-01-26 14:55:53 +01:00
parent a44a8ff0aa
commit 34092c5e7f
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ in
allowUnfree = true;
packageOverrides = pkgs : {
bluez = pkgs.bluez5;
# https://github.com/NixOS/nixpkgs/issues/22099
trustedGrub = pkgs.trustedGrub.overrideDerivation (attr: {NIX_CFLAGS_COMPILE = "-Wno-error";});
};
};