diff options
author | Soispha <soispha@vhack.eu> | 2023-04-10 12:34:04 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:07 +0200 |
commit | 36eae35089ed84aa3cc9efd3cb00767fbfe9b358 (patch) | |
tree | c41f438bdeff3f7c3b6eb5fafa50909893a4105e /system/services/steam | |
parent | Fix(treewide): Make system compile again (diff) | |
download | nixos-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.nix | 2 |
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" ]; } |