From 36eae35089ed84aa3cc9efd3cb00767fbfe9b358 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Mon, 10 Apr 2023 12:34:04 +0200
Subject: Fix(hm/pkgs/lutris): Remove bc of unfree license

I'm having a hard time telling nixpkgs, that steam may be installed, if
it is required in the deps of lutris.
---
 system/services/steam/default.nix | 2 --
 1 file changed, 2 deletions(-)

(limited to 'system/services/steam')

diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix
index aebd9c34..d2cc62a7 100644
--- a/system/services/steam/default.nix
+++ b/system/services/steam/default.nix
@@ -7,7 +7,5 @@
     builtins.elem (lib.getName pkg) [
       "steam"
       "steam-original"
-      "steam-runtime"
-      "steam-run"
     ];
 }
-- 
cgit 1.4.1