about summary refs log tree commit diff stats
path: root/system/services/steam
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 12:34:04 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:07 +0200
commit36eae35089ed84aa3cc9efd3cb00767fbfe9b358 (patch)
treec41f438bdeff3f7c3b6eb5fafa50909893a4105e /system/services/steam
parentFix(treewide): Make system compile again (diff)
downloadnixos-config-36eae35089ed84aa3cc9efd3cb00767fbfe9b358.tar.gz
nixos-config-36eae35089ed84aa3cc9efd3cb00767fbfe9b358.zip
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.
Diffstat (limited to 'system/services/steam')
-rw-r--r--system/services/steam/default.nix2
1 files changed, 0 insertions, 2 deletions
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"
     ];
 }