Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 2f0eaa072f6e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bc866ab334ca
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 18, 2019

  1. steam: fix steamrt trying to use a missing setup.sh (#59326)

    I was getting the following error after a Steam update:
    
        internal error: /steamrt/setup.sh is missing, this runtime is invalid or corrupted
    
    The script is used to put things on PATH but it doesn't seem we need to do that.
    
    (cherry picked from commit 098cf3b)
    puffnfresh authored and srhb committed Apr 18, 2019
    Copy the full SHA
    595da06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59822 from srhb/backport-steam-fix-missing-setupsh

    [19.03] steam: fix steamrt trying to use a missing setup.sh
    srhb committed Apr 18, 2019
    Copy the full SHA
    bc866ab View commit details
    Browse the repository at this point in the history