This commit is contained in:
parent
47aebd0237
commit
f4ace63fdc
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> { }, proj ? pkgs.proj }:
|
{ pkgs ? import <nixpkgs> { }, proj ? pkgs.proj }:
|
||||||
|
|
||||||
pkgs.buildGoModule rec {
|
pkgs.buildGoModule rec {
|
||||||
|
buildTime = builtins.currentTime;
|
||||||
# Try to get git info, fallback to version if .git doesn't exist
|
# 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
|
# Note: This runs at eval time, so it captures the version when you build
|
||||||
gitRevision =
|
gitRevision =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue