linux-china / task-keeper

A cli to manage tasks from different task runners or package managers
Apache License 2.0
22 stars 3 forks source link

Commit Cargo.lock #2

Closed tennox closed 10 months ago

tennox commented 1 year ago

This is recommended for binaries (as opposed to libraries) -> see https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

Also, I want to submit this to nixpkgs, and for that it's basically required :yum:

tennox commented 1 year ago

I have the nixpkgs PR ready: https://github.com/NixOS/nixpkgs/compare/master...tennox:nixpkgs:task-keeper but I would only submit it after this is merged, for simplicity.

I also did not manage to get all the dependencies set up which would be needed for the tests to succeed :disappointed: - so I disabled tests when building the nix package for now. (fair enough)

tennox commented 1 year ago

I have submitted the nixpkgs PR in a way that works without this: https://github.com/NixOS/nixpkgs/pull/236516 but I'd still recommend that & like if this gets merged :)

tennox commented 10 months ago

Closed in favor of a clean PR: https://github.com/linux-china/task-keeper/pull/5