linux-china / task-keeper

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

🧑‍💻 add nix flake & devenv #6

Closed tennox closed 7 months ago

tennox commented 7 months ago

Nix flake

allows to run & use this program using the nix package manager:

nix profile install github:tennox/task-keeper # or linux-china/task-keeper if merged
nix run github:tennox/task-keeper

devenv

It's great to onboard new contributors as it creates a deterministic environment with all dependencies automatically available. Especially great for the tests (there are a lot of dependencies).

Added instructions to CONTRIBUTING.md