fix(ags): pin astal at working rev
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b06823ef6d
commit
097df2b8be
3 changed files with 8 additions and 3 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -79,16 +79,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732306234,
|
||||
"narHash": "sha256-F77jYf+ggs44paTRJy12orEC1vfpXqIppnBiwcFMBD4=",
|
||||
"lastModified": 1732108588,
|
||||
"narHash": "sha256-14WgIZbSquzyAXWtBwYPl9SFHcaBYZCPstI0Qv1N8cE=",
|
||||
"owner": "Aylur",
|
||||
"repo": "astal",
|
||||
"rev": "4b87bb6c86b345aea63793a2f88ebdaec88c0d52",
|
||||
"rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Aylur",
|
||||
"repo": "astal",
|
||||
"rev": "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
owner = "Aylur";
|
||||
repo = "astal";
|
||||
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
|
||||
type = "github";
|
||||
};
|
||||
bat-theme-src = {
|
||||
|
|
|
@ -163,6 +163,9 @@ let
|
|||
astal = mkDep {
|
||||
owner = "Aylur";
|
||||
repo = "astal";
|
||||
|
||||
# FIXME: https://github.com/Aylur/astal/issues/124
|
||||
rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476";
|
||||
};
|
||||
|
||||
ags = mkDep {
|
||||
|
|
Loading…
Add table
Reference in a new issue