fix(ags): pin astal at working rev

This commit is contained in:
matt1432 2024-11-23 03:57:15 -05:00
parent b06823ef6d
commit 097df2b8be
3 changed files with 8 additions and 3 deletions

7
flake.lock generated
View file

@ -79,16 +79,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732306234, "lastModified": 1732108588,
"narHash": "sha256-F77jYf+ggs44paTRJy12orEC1vfpXqIppnBiwcFMBD4=", "narHash": "sha256-14WgIZbSquzyAXWtBwYPl9SFHcaBYZCPstI0Qv1N8cE=",
"owner": "Aylur", "owner": "Aylur",
"repo": "astal", "repo": "astal",
"rev": "4b87bb6c86b345aea63793a2f88ebdaec88c0d52", "rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Aylur", "owner": "Aylur",
"repo": "astal", "repo": "astal",
"rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
"type": "github" "type": "github"
} }
}, },

View file

@ -14,6 +14,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
owner = "Aylur"; owner = "Aylur";
repo = "astal"; repo = "astal";
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
type = "github"; type = "github";
}; };
bat-theme-src = { bat-theme-src = {

View file

@ -163,6 +163,9 @@ let
astal = mkDep { astal = mkDep {
owner = "Aylur"; owner = "Aylur";
repo = "astal"; repo = "astal";
# FIXME: https://github.com/Aylur/astal/issues/124
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
}; };
ags = mkDep { ags = mkDep {