mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
flake: formatting
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
in {
|
||||
overlays.default = _: prev: rec {
|
||||
wlroots-hyprland = prev.wlroots.overrideAttrs (__: {
|
||||
version = mkDate ((inputs.wlroots.lastModifiedDate or "19700101")) + "_" + (inputs.wlroots.shortRev or "dirty");
|
||||
version = mkDate (inputs.wlroots.lastModifiedDate or "19700101") + "_" + (inputs.wlroots.shortRev or "dirty");
|
||||
src = inputs.wlroots;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user