Merge pull request #94442 from Atemu/buildFHSUserEnvBw
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, newScope }:
|
||||
{ pkgs, newScope, buildFHSUserEnv }:
|
||||
|
||||
let
|
||||
callPackage = newScope self;
|
||||
@@ -12,12 +12,13 @@ let
|
||||
steam-runtime-wrapped = callPackage ./runtime-wrapped.nix { };
|
||||
steam = callPackage ./steam.nix { };
|
||||
steam-fonts = callPackage ./fonts.nix { };
|
||||
steam-chrootenv = callPackage ./chrootenv.nix {
|
||||
steam-fhsenv = callPackage ./fhsenv.nix {
|
||||
glxinfo-i686 = pkgs.pkgsi686Linux.glxinfo;
|
||||
steam-runtime-wrapped-i686 =
|
||||
if steamArch == "amd64"
|
||||
then pkgs.pkgsi686Linux.steamPackages.steam-runtime-wrapped
|
||||
else null;
|
||||
inherit buildFHSUserEnv;
|
||||
};
|
||||
steamcmd = callPackage ./steamcmd.nix { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user