feat(3p): Whitelist lutris & its insecure dependency

Change-Id: I9a21b823e65af0a180a8705c58f1cf5d4ba4445c
This commit is contained in:
Vincent Ambo 2020-06-19 01:53:09 +01:00 committed by tazjin
parent 0973f7bb55
commit 4bcd99d823

View file

@ -14,6 +14,11 @@ let
nixpkgs = import nixpkgsSrc {
config.allowUnfree = true;
config.allowBroken = true;
# Lutris depends on p7zip, which is considered insecure.
config.permittedInsecurePackages = [
"p7zip-16.02"
];
};
# Tracking nixos-20.03 as of 2020-05-22
@ -81,6 +86,7 @@ let
libredirect
luajit
luatex
lutris
makeFontsConf
makeWrapper
mdbook