Loading pkgs/by-name/to/tomat/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, installShellFiles, pkg-config, alsa-lib, }: Loading @@ -21,6 +22,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ Loading @@ -34,6 +36,15 @@ rustPlatform.buildRustPackage rec { "--skip=integration::" ]; postInstall = '' installShellCompletion --cmd tomat \ --bash target/completions/tomat.bash \ --fish target/completions/tomat.fish \ --zsh target/completions/_tomat installManPage target/man/* ''; meta = { description = "Pomodoro timer for status bars"; homepage = "https://github.com/jolars/tomat"; Loading Loading
pkgs/by-name/to/tomat/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, installShellFiles, pkg-config, alsa-lib, }: Loading @@ -21,6 +22,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ Loading @@ -34,6 +36,15 @@ rustPlatform.buildRustPackage rec { "--skip=integration::" ]; postInstall = '' installShellCompletion --cmd tomat \ --bash target/completions/tomat.bash \ --fish target/completions/tomat.fish \ --zsh target/completions/_tomat installManPage target/man/* ''; meta = { description = "Pomodoro timer for status bars"; homepage = "https://github.com/jolars/tomat"; Loading