-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
tw-rs: init at 0.1.26 #25514
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
tw-rs: init at 0.1.26 #25514
Conversation
pkgs/misc/tw-rs/default.nix
Outdated
description = "Twitter command-line interface written in rust"; | ||
homepage = https://github.com/vmchale/tw-rs; | ||
license = licenses.bsd3; | ||
#maintainers = with maintainers; [ gebner ]; |
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.
Since this is your project, do you want to maintain this?
installPhase = '' | ||
mkdir -p $out/bin | ||
cp -p target/release/tw $out/bin/ | ||
''; |
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.
I was able to remove this phase, when building the package
I squashed your commits into one. It would be helpful in the future to not use |
Actually added you to the maintainer list in 477fa42. |
Motivation for this change
Add tw-rs to nixpkgs
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)