fix(ags4): use my fork with overlays

This commit is contained in:
matt1432 2025-03-08 17:22:48 -05:00
parent 9a720b2c11
commit 3a55413cae
5 changed files with 44 additions and 25 deletions

View file

@ -195,14 +195,22 @@ let
agsInputs = {
astal = mkInput {
owner = "Aylur";
# owner = "Aylur";
repo = "astal";
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
};
ags = mkInput {
owner = "Aylur";
# owner = "Aylur";
repo = "ags";
# FIXME: https://github.com/Aylur/astal/pull/314
owner = "matt1432";
ref = "overlay";
inputs.astal.follows = "astal";
};