chore: attrset is not necessary to be `rec`ursive (fix available) (nixf sema-extra-rec)
dunkirk.sh 5 months ago cbf996c7 0f6173e1
··· 19 19 in 20 20 { 21 21 packages = forAllSystems ({ pkgs }: { 22 22 - default = pkgs.buildGoModule rec { 22 22 + default = pkgs.buildGoModule { 23 23 pname = "akami"; 24 24 version = "0.0.1"; 25 25 subPackages = [ "." ]; # Build from root directory