nix: show commit in hyprctl

This commit is contained in:
Mihai Fufezan
2023-03-04 17:34:15 +02:00
parent fea2031bfe
commit 5184b542b1
3 changed files with 17 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
stdenv = prev.gcc12Stdenv;
version = props.version + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
commit = self.rev or "";
inherit (inputs.hyprland-protocols.packages.${prev.stdenv.hostPlatform.system}) hyprland-protocols;
inherit udis86;
};