1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/games/steam
Nikolay Amiantov 5bbf10409e steam: actually propagate flags to the runtime, now from chrootenv wrapper
Example: instead of

(steamPackages.override { newStdcpp = true; }).steam-chrootenv

(which wasn't working anyway) you now do just:

steam.override { newStdcpp = true; }
2016-01-27 00:58:23 +03:00
..
build-runtime.py
build-wrapped.sh
chrootenv.nix steam: actually propagate flags to the runtime, now from chrootenv wrapper 2016-01-27 00:58:23 +03:00
default.nix steam: actually propagate flags to the runtime, now from chrootenv wrapper 2016-01-27 00:58:23 +03:00
fonts.nix
runtime-generated.nix
runtime-wrapped.nix
runtime.nix
steam.nix
update-runtime-shell.nix
update-runtime.py