steamPackages: expose steam-fhsenv-without-steam

This is not unfree and thus can be built by Hydra.
This commit is contained in:
K900
2023-05-17 10:39:34 +03:00
parent e578231cb8
commit 48db1ea01d
+5
View File
@@ -25,6 +25,11 @@ let
inherit buildFHSEnv;
};
steam-fhsenv-small = steam-fhsenv.override { withGameSpecificLibraries = false; };
# This has to exist so Hydra tries to build all of Steam's dependencies.
# FIXME: Maybe we should expose it as something more generic?
steam-fhsenv-without-steam = steam-fhsenv.override { steam = null; };
steamcmd = callPackage ./steamcmd.nix { };
};
keep = self: { };