mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 14:45:59 +01:00
flake: formatting
This commit is contained in:
parent
7610c20761
commit
0ad261aa9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue