11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-6BA/TCCqVh5rtgGkUgk8nIqUzozipC5rrkbXMDWYpdQ=";
22 cargoHash = "sha256-ScqDNfWMFT8a1HOPjpw4J8EBrVSusIkOYReYeArZvZ8=";
24 nativeBuildInputs = [ pkg-config ];
31 # default installPhase don't install assets
34 make install PREFIX="$out" TARGET="target/${stdenv.hostPlatform.rust.rustcTarget}/release/effitask"
39 description = "Graphical task manager, based on the todo.txt format";
41 To use it as todo.sh add-on, create a symlink like this:
42 mkdir ~/.todo.actions.d/
43 ln -s $(which effitask) ~/.todo.actions.d/et
45 Or use it as standalone program by defining some environment variables
46 like described in the projects readme.
48 homepage = "https://github.com/sanpii/effitask";
49 maintainers = with maintainers; [ davidak ];
50 license = with licenses; [ mit ];
51 mainProgram = "effitask";