mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00: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 a new issue