🌷 the cutsie hackatime helper

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

dunkirk.sh cbf996c7 0f6173e1

verified
Changed files
+1 -1
+1 -1
flake.nix
···
in
{
packages = forAllSystems ({ pkgs }: {
-
default = pkgs.buildGoModule rec {
+
default = pkgs.buildGoModule {
pname = "akami";
version = "0.0.1";
subPackages = [ "." ]; # Build from root directory