🌷 the cutsie hackatime helper
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: attrset is not necessary to be `rec`ursive (fix available) (nixf sema-extra-rec)

+1 -1
+1 -1
flake.nix
··· 19 19 in 20 20 { 21 21 packages = forAllSystems ({ pkgs }: { 22 - default = pkgs.buildGoModule rec { 22 + default = pkgs.buildGoModule { 23 23 pname = "akami"; 24 24 version = "0.0.1"; 25 25 subPackages = [ "." ]; # Build from root directory