-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Stabilise nix store ping
#8914
Comments
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2023-09-04-nix-team-meeting-minutes-85/32608/1 |
Hello, I would like to work on this task. Can I start working on this? |
Yes you can! |
@fricklerhandwerk |
@fricklerhandwerk The json payload, I saw that the json argument is not formatted. This will be fine. But, I think it will look more nicer if the json is formatted. So, I have made some changes to display the formatted json instead of single line json. Kindly let me know if I can push this change to the current open PR (#8975 ). |
I think it's good to have. Let's continue the conversation in the PR though. We'll assign one maintainer for review to keep everyone else's noise level low. |
This implements NixOS/rfcs#136. This issue is agreed-upon by the https://github.com/orgs/NixOS/teams/nix-team
Required changes:
nix store info
trusted
field instead of currently intenum
is converted to anenum struct
, the potential to make this mistake will dissapear--json
output fits the JSON guidelinesThe text was updated successfully, but these errors were encountered: