-
-
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
kanata: init at 1.0.5 #182358
kanata: init at 1.0.5 #182358
Conversation
About the coding style, let's hear from more people. |
Thanks. Changes have been made. |
Another question: Quoting the author from release notes:
However, even if What do you think? |
Looks like it just creates an additional binary called You can also add an additional boolean as an input, something like |
Then I would just enable it by default. |
I think Here's a hypothetical scenario. A less technical user of kanata may ask for help somewhere random or download a kanata configuration from somewhere random. This untrusted config file could have cmd enabled and have a key do a curl command to do a download and then execute malware. The less technical user probably has no need for the cmd feature and may not know that they should have compiled kanata without the cmd feature. |
IMHO, nixpkgs users are not that less technical in general. But more security is also good. I'm fine with both decisions. Another question: if we gate |
|
Result of 1 package built:
|
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.
LGTM but I have one tiny nitpick.
Co-authored-by: Azat Bahawi <azat+github@bahawi.net>
Co-authored-by: Azat Bahawi <azat+github@bahawi.net> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
I add an nixos module for kanata in #182756, you may be interested. |
Description of changes
https://github.com/jtroo/kanata
Closes #179096
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