From 4e67d74766bec20129d9f9ae8e9c0174fb272194 Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 7 Apr 2023 11:12:27 +0200 Subject: Feat(hm/pkgs): Add lutris Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid. --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cc8a7b73..959eb8ed 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,12 @@ sysLib = import ./lib {inherit pkgs shell-library;}; system = "x86_64-linux"; pkgs = import inputs.nixpkgs { + config.allowUnfreePredicate = pkg: + builtins.elem (inputs.nixpkgs.lib.getName pkg) [ + "steam" + "steam-original" + ]; + inherit system; }; in { -- cgit 1.4.1