depot/version.nix
Luke Granger-Brown 02dfcb17d5
All checks were successful
/ generate-targets (push) Successful in 1m23s
/ build (push) Successful in 2m4s
/ build-machine (push) Successful in 1m39s
version: use commitIdFromGitRepo rather than just reading HEAD
2024-12-29 23:21:01 +00:00

7 lines
167 B
Nix

# SPDX-FileCopyrightText: 2024 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ lib, ... }:
"depot-" + lib.commitIdFromGitRepo ./.git