From f4ace63fdc376542cddc8c58b3042edf1bf7908e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 19 May 2026 14:57:30 +0000 Subject: [PATCH] Add missing buildTime let --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 48bfa592..eb4fc448 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,7 @@ { pkgs ? import { }, 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 =