chore(ags): unpin input
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-24 16:35:25 -05:00
parent d3e9a1b1d7
commit 386a4cfde4
4 changed files with 1 additions and 3 deletions

View file

@ -7,6 +7,7 @@ TODO: add directory structure info and enforce it
- in a subfolder, there should always be a `default.nix` - in a subfolder, there should always be a `default.nix`
- if there is non nix code, it will be in a `config` folder - if there is non nix code, it will be in a `config` folder
- redo docs - redo docs
- every module should not do anything if imported
## AGS ## AGS

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -163,9 +163,6 @@ 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 {