mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
flake: formatting
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
in {
|
in {
|
||||||
overlays.default = _: prev: rec {
|
overlays.default = _: prev: rec {
|
||||||
wlroots-hyprland = prev.wlroots.overrideAttrs (__: {
|
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;
|
src = inputs.wlroots;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user