Add missing buildTime let
Some checks failed
/ golint (push) Failing after 2m51s

This commit is contained in:
Eli Ribble 2026-05-19 14:57:30 +00:00
parent 47aebd0237
commit f4ace63fdc
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ pkgs ? import <nixpkgs> { }, proj ? pkgs.proj }:
pkgs.buildGoModule rec {
buildTime = builtins.currentTime;
# Try to get git info, fallback to version if .git doesn't exist
# Note: This runs at eval time, so it captures the version when you build
gitRevision =