version: use commitIdFromGitRepo rather than just reading HEAD
This commit is contained in:
parent
6480ac8765
commit
02dfcb17d5
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
|
||||
{ lib, ... }:
|
||||
|
||||
"depot-" + lib.trim (builtins.readFile .git/HEAD)
|
||||
"depot-" + lib.commitIdFromGitRepo ./.git
|
||||
|
|
Loading…
Reference in a new issue