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

steam-run: provide meta (#196273)

parent 751e222a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -294,5 +294,10 @@ in buildFHSUserEnv rec {
      ${fixBootstrap}
      exec -- "$run" "$@"
    '';

    meta = steam.meta // {
      description = "Run commands in the same FHS environment that is used for Steam";
      name = "steam-run";
    };
  };
}