-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: show jobset & eval details, rewrite in rust #51
Conversation
• Updated input 'nixpkgs': 'github:NixOS/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652?narHash=sha256-UcsnCG6wx%2B%2B23yeER4Hg18CXWbgNpqNXcHIo5/1Y%2Bhc%3D' (2024-01-29) → 'github:NixOS/nixpkgs/c8a17040be4a20b29589cb4043a9e0c36af1930e?narHash=sha256-7NBJm1jfMeAowE1J2oljYqWVvI9X7FyyxBY4O8uB/Os%3D' (2024-10-06) • Updated input 'flake-utils': 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26?narHash=sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA%3D' (2024-01-15) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17) • Updated input 'poetry2nix': 'github:nix-community/poetry2nix/e0b44e9e2d3aa855d1dd77b06f067cd0e0c3860d?narHash=sha256-puYyylgrBS4AFAHeyVRTjTUVD8DZdecJfymWJe7H438%3D' (2024-01-12) → 'github:nix-community/poetry2nix/8e965fd42c0da4357c53d987bc62b54a954424da?narHash=sha256-RefXB9kqYch6uGT%2Bmo6m3KTbNerfbDYz%2BEqkLb6YBbs%3D' (2024-10-07) • Updated input 'poetry2nix/nix-github-actions': 'github:nix-community/nix-github-actions/4bb5e752616262457bc7ca5882192a564c0472d2?narHash=sha256-yPncV9Ohdz1zPZxYHQf47S8S0VrnhV7nNhCawY46hDA%3D' (2023-11-03) → 'github:nix-community/nix-github-actions/622f829f5fe69310a866c8a6cd07e747c44ef820?narHash=sha256-uPlLYH2S0ACj0IcgaK9Lsf4spmJoGejR9DotXiXSBZQ%3D' (2024-07-04) • Updated input 'poetry2nix/treefmt-nix': 'github:numtide/treefmt-nix/e82f32aa7f06bbbd56d7b12186d555223dc399d1?narHash=sha256-3h3EH1FXQkIeAuzaWB%2BnK0XK54uSD46pp%2BdMD3gAcB4%3D' (2023-11-12) → 'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64?narHash=sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc%3D' (2024-10-03)
uses: DeterminateSystems/magic-nix-cache-action@v8
Also, show empty / unknown delta as "Δ ~" instead of "Δ ?".
Hey! At first whoa, thanks alot for your effort! I saw your PR 2 weeks ago but i was just a bit overwhelmed :) i will check out your rebuild and give back some feedback afterwards! |
I am perfectly fine with that! It would be an honor! Thank you! In the latest push I added two more commits: one is a rename of some internal objects (along with extra documentations) such that it would be clearer for future contributors, and the other is an improvement of the |
@bryango thanks a lot for your efforts! I've added you as a maintainer to the project. |
Thank you very much! If there is any issue, feel free to ping me anytime! |
Summary: show jobset & eval details, rewrite in rust, bump to v2. Note that:
cargo add
when necessary without much worrying (after checking the reputation of the depended crate, of course), while in python, I do not feel as comfortable to just pull in random dependencies.features
--eval
flag for information about a specific evaluation24.05
) with a hacknixos-unstable
)--shell-completion SHELL