-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
discordo: init at unstable-2023-04-07 #210667
Conversation
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.
This seems to build just fine for me on x86_64-linux (though I did not actually try to run it) and the derivation looks good
Just a mini update on this:
|
What about clipboard support? Should add them to |
Adding them to Something like: buildGoModue rec {
#stuff...
nativeBuildInputs = [ makeWrapper ];
#stuff...
postInstall = ''
wrapProgram $out/bin/discordo \
--prefix PATH : ${lib.makeBinPath [ xsel wl-clipboard ]}
'';
} |
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.
Do you think you could bump this to a newer commit? I think it's probably merge-ready Also if you want to learn something cool for automating the updates, you can add |
I apologize about the delay; for some reason I was not getting notification until the most recent message.
|
You'll want to update the title of the PR to match the new commit description. This also builds and runs successfully as a static binary, so I'd suggest adding |
So I think I didn't notice it was a Go module when I said that, you actually need to use nix-update (instead of
|
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes