calapi/package.nix

9 lines
154 B
Nix
Raw Normal View History

2026-01-03 01:56:47 +01:00
{ perSystem, ... }:
2026-01-02 22:47:28 +01:00
2026-01-03 01:56:47 +01:00
perSystem.gomod2nix.buildGoApplication {
2026-01-02 22:47:28 +01:00
pname = "calapi";
version = "0.0.1";
src = ./src;
modules = ./src/gomod2nix.toml;
}