-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
systrayhelper: init at 0.0.3 #45997
systrayhelper: init at 0.0.3 #45997
Conversation
See NixOS/nixpkgs#45997 also, you can built with local changes using this invocation: with import <nixpkgs> { }; systrayhelper.overrideDerivation (drv: { src = ./myCheckout; })
For the date, you should use the date of the corresponding commit for example to keep the derivation deterministic. Otherwise, we would have to rebuild it every time. |
ps: this also uses scuttle-shell, which depends on systrayhelper NixOS/nixpkgs#45997 hit a bug using node2nix -8 which is why i'm trying 6 right now: svanderburg/node2nix#106 (comment)
updates NixOS#46062 depends on NixOS#45997
b096895
to
46d5225
Compare
I updated this to 0.0.3 and squashed everything into one commit based on the master of today. |
46d5225
to
ee91719
Compare
offers a stdio json interface to create menu-items. and send click events back over stdout.
ee91719
to
5ebbd44
Compare
ps: this also uses scuttle-shell, which depends on systrayhelper NixOS/nixpkgs#45997 hit a bug using node2nix -8 which is why i'm trying 6 right now: svanderburg/node2nix#106 (comment)
@GrahamcOfBorg build systrayhelper |
Success on aarch64-linux (full log) Attempted: systrayhelper Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: systrayhelper Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: systrayhelper Partial log (click to expand)
|
ps: this also uses scuttle-shell, which depends on systrayhelper NixOS/nixpkgs#45997 hit a bug using node2nix -8 which is why i'm trying 6 right now: svanderburg/node2nix#106 (comment)
Motivation for this change
systrayhelper offers a stdio json interface to create menu-items and send click events back over stdout.
It is used by some other applications I'd like to introduce to nixpkgs.
Things done
nix.useSandbox
on my two nixos machinesnix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)Questions:
See
default.nix:19
, I'd like to do something like-X main.date=$(date +%F)
I wasn't sure about restricting it. This should built on linux, darwin and possibly others where the libraries are available.