-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
turn-rs: init at 3.1.0 #338928
turn-rs: init at 3.1.0 #338928
Conversation
Upstream has already added Cargo.lock to main. Wait for next release. So make it draft. |
Shouldn't a module be added as well? |
0c4348e
to
b1bcbd9
Compare
b1bcbd9
to
f7c060c
Compare
f7c060c
to
3bf9ad3
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4560 |
3bf9ad3
to
5e51433
Compare
settings = lib.mkOption { | ||
type = lib.types.str; | ||
description = "Turn-rs server config file"; | ||
default = '' |
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 should be a proper submodule type. Right now you probably need to repeat half of the default text which is not great.
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 mean NixOS/rfcs#42?
5e51433
to
1d5698f
Compare
Should probably wait for 3.1.0 (and update the module options if needed as well) |
3.1.0 released |
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.
Looks good, aside from the RFC42 concerns.
Feel free to let us know if you would need help doing that.
Here's a patch containing the freeform module fixes, in addition to some secret handling stuff and a nixos test: https://gist.github.com/h7x4/c3a2365d4ed3e84686b3198aa4a03efe |
@h7x4 Thanks for advicing. I will approval your patch. |
1d5698f
to
0382d11
Compare
0382d11
to
a929b39
Compare
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 looks good to me, but half of the code is now coming from my patch so someone else should probably have a look too :)
e8c479d
to
1a742a9
Compare
Description of changes
turn-rs: init at 3.0.0
Fix #338638
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.