chore(ags): unpin input
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
d3e9a1b1d7
commit
386a4cfde4
4 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue