-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
moondeck-buddy: init at 1.6.3 #375287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
moondeck-buddy: init at 1.6.3 #375287
Conversation
364e170
to
7ca35fb
Compare
PR will close #354802. Building & working for me. The derivation in that thread has a postPatch in there. Should that be included in this PR?
|
7ca35fb
to
425e6c3
Compare
425e6c3
to
e204e88
Compare
|
e204e88
to
35ed3b9
Compare
35ed3b9
to
daa6992
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
|
This is failing for me with a hash mismatch.
|
Same error for me. |
|
The package was updated upstream with the same version, so it needs to be updated to This is how I have this all working in my setup. I do have to remove the pairing and readd it to Moonlight every so often, but otherwise seems to work normally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumped to latest and fixed the substitute as the original file doesn't exist anymore.
Tested re-adding, streaming, etc., and all seems well.
in | ||
stdenv.mkDerivation (finalAttrs: { | ||
pname = "moondeck-buddy"; | ||
version = "1.6.3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "1.6.3"; | |
version = "1.9.0"; |
repo = "moondeck-buddy"; | ||
tag = "v${finalAttrs.version}"; | ||
fetchSubmodules = true; | ||
hash = "sha256-CcORcojz3jh1UZpq5qjDv+YktXC+F8t+r7E1SFyFkmw="; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hash = "sha256-CcORcojz3jh1UZpq5qjDv+YktXC+F8t+r7E1SFyFkmw="; | |
hash = "sha256-Po+cjleec3tDz5IXWYUhWg83Bfp7pJ/IRTiV4HV79zA="; |
postPatch = lib.optionalString useNixSteam '' | ||
substituteInPlace src/lib/os/linux/steamregistryobserver.cpp \ | ||
--replace-fail /usr/bin/steam ${lib.getExe steam}; | ||
''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
postPatch = lib.optionalString useNixSteam '' | |
substituteInPlace src/lib/os/linux/steamregistryobserver.cpp \ | |
--replace-fail /usr/bin/steam ${lib.getExe steam}; | |
''; | |
postPatch = lib.optionalString useNixSteam '' | |
substituteInPlace src/lib/shared/appmetadata.cpp \ | |
--replace-fail /usr/bin/steam ${lib.getExe steam}; | |
''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to latest release/hash.
MoonDeck Buddy
MoonDeck Buddy is a companion app for the MoonDeck plugin for decky on the steam deck. It enables you to launch steam games for a remote session using moonlight/sunlight from the steam deck.
Homepage/Repo: https://github.com/FrogTheFrog/moondeck-buddy
License: LGPL-3.0
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.