nix: add COMMITS var

This commit is contained in:
Mihai Fufezan
2024-07-21 20:54:57 +03:00
parent 4a42c5ed20
commit c80457be02
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ in {
stdenv = final.gcc14Stdenv;
version = "${version}+date=${date}_${self.shortRev or "dirty"}";
commit = self.rev or "";
revCount = self.sourceInfo.revCount or "";
inherit date;
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};