{ perSystem, ... }: perSystem.gomod2nix.buildGoApplication { pname = "calapi"; version = "0.0.1"; src = ./src; modules = ./src/gomod2nix.toml; }