Unverified Commit fa09c7cc authored by Atemu's avatar Atemu Committed by GitHub
Browse files

steam-run: make free and create version without steam (#334773)

parents 36b6768b bb926b3a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -341,6 +341,10 @@ in buildFHSEnv rec {
      description = "Run commands in the same FHS environment that is used for Steam";
      mainProgram = "steam-run";
      name = "steam-run";
      # steam-run itself is just a script that lives in nixpkgs (which is licensed under MIT).
      # steam is a dependency and already unfree, so normal steam-run will not install without
      # allowing unfree packages or appropriate `allowUnfreePredicate` rules.
      license = lib.licenses.mit;
    };
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -35678,6 +35678,8 @@ with pkgs;
  steam-run = steam.run;
  steam-run-free = steamPackages.steam-fhsenv-without-steam.run;
  steam-tui = callPackage ../games/steam-tui { };
  steamcmd = steamPackages.steamcmd;