fix(flake): revert to previous lock

This commit is contained in:
ooks-io 2024-08-10 19:25:27 +12:00
parent 6524fed998
commit 657c2d770f
2 changed files with 113 additions and 144 deletions

View file

@ -79,7 +79,7 @@
# hyprland "ecosystem". hyprDE perhaps?
hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.41.1";
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
};
hyprlock.url = "github:hyprwm/hyprlock";
hypridle.url = "github:hyprwm/hypridle";
@ -113,6 +113,6 @@
nixarr.url = "github:rasmus-kirk/nixarr";
# personal scripts repo
ooks-scripts.url = "git+ssh://git@github.com/ooks-io/scripts";
ooks-scripts.url = "github:ooks-io/scripts";
};
}