Fix build failure with flakes (#158)

Signed-off-by: Noam Stolero <noamstolero@gmail.com>
Co-authored-by: Noam Stolero <noamstolero@gmail.com>
This commit is contained in:
Noam Stolero
2024-08-20 22:37:03 +03:00
committed by GitHub
parent 1e6f1570b1
commit 2aef35afd8
2 changed files with 29 additions and 30 deletions

View File

@@ -94,7 +94,7 @@ Alternatively, if you're using NixOS and/or Home-Manager, you can setup AGS usin
inherit system;
# ...
overlays = [
inputs.hyprpanel.overlay.${system}
inputs.hyprpanel.overlay
];
};
in {