-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
cetch: init at 071796f #71265
cetch: init at 071796f #71265
Conversation
pkgs/tools/misc/cetch/default.nix
Outdated
|
||
stdenv.mkDerivation rec { | ||
name = "cetch"; | ||
version = "071796fab4850034f1f45e687021d7ff05d8302a"; |
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.
Use dates here to make it more human readable
wooosh = { | ||
email = "crimsonwombat42@gmail.com"; | ||
github = "wooosh"; | ||
name = "wooosh"; |
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.
Can you add your githubId
too please?
You can find it here: https://api.github.com/users/wooosh .
Basically, that's because usernames on GH can change, but ids won't.
See details of why it's useful to NixOS/nixpkgs: https://github.com/NixOS/rfcs/blob/master/rfcs/0039-unprivileged-maintainer-teams.md#changes-to-maintainersmaintainer-listnix .
|
||
meta = with stdenv.lib; { | ||
description = "A fast, highly customizable system info script written in C"; | ||
homepage = https://github.com/trvv/cetch; |
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.
Hmmm, the homepage and the fetchFromGitHub
owner do not match.
I get that your fork looks more up-to-date than trvv
's, but I am unsure as if yours should be included in NixOS/nixpkgs instead of the original.
Better wait for a maintainer's opinion.
Thank you for your contributions.
|
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
Cetch is a system info utility akin to neofetch.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)