about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 5499bf90d9..adbdf0cd60 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -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