depot/version.nix

8 lines
175 B
Nix
Raw Normal View History

2024-11-11 00:33:10 +00:00
# SPDX-FileCopyrightText: 2024 Luke Granger-Brown <depot@lukegb.com>
2021-03-20 20:46:56 +00:00
#
# SPDX-License-Identifier: Apache-2.0
2024-11-11 00:33:10 +00:00
{ lib, ... }:
2024-11-11 00:33:10 +00:00
"depot-" + lib.trim (builtins.readFile .git/HEAD)