flake: formatting

This commit is contained in:
Mihai Fufezan
2022-08-31 12:26:12 +03:00
parent 7610c20761
commit 0ad261aa9c

View File

@@ -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;
});