diff --git a/README.md b/README.md index adc0b251..16c5000a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ TODO: add directory structure info and enforce it - in a subfolder, there should always be a `default.nix` - if there is non nix code, it will be in a `config` folder - redo docs + - every module should not do anything if imported ## AGS diff --git a/flake.lock b/flake.lock index a5fae9c6..d001e45b 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 1a48cc70..492580fc 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs/default.nix b/inputs/default.nix index 14a74289..10071f8f 100644 --- a/inputs/default.nix +++ b/inputs/default.nix @@ -163,9 +163,6 @@ let astal = mkDep { owner = "Aylur"; repo = "astal"; - - # FIXME: https://github.com/Aylur/astal/issues/124 - rev = "4fcf3c9e49dfd9cc54f2669297ea6dd9c5771476"; }; ags = mkDep {