mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
steam-original: Mark package as lowPrio.
This is to avoid accidentally installing it via "nix-env -i", which leads to a non-working Steam on NixOS. Thanks to srhh and Pamelloes on IRC for bringing this up. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
69945a8701
commit
cdc70b69f5
@ -13418,7 +13418,7 @@ let
|
||||
|
||||
stardust = callPackage ../games/stardust {};
|
||||
|
||||
steam-original = callPackage ../games/steam { };
|
||||
steam-original = lowPrio (callPackage ../games/steam { });
|
||||
|
||||
steam = callPackage ../games/steam/chrootenv.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user