|
I'm writing a Home Manager module and was struggling to get my config validated. It was stopping here: changing the package from stable to git fixed this. Is that intentional? Or hasn't the feature simply been merged into the stable version yet |
Answered by
dawsers
Jul 28, 2026
Replies: 4 comments
|
Also what about snapping? It doesn't pass validation either |
0 replies
|
I think you are not compiling the correct tag, it works fine here: cd /tmp
git clone https://github.com/dawsers/scroll
cd scroll
git checkout 1.12.17
meson setup --buildtype debug build-debug
ninja -C build-debug/
./build-debug/sway/scroll --debug -c ~/.config/scroll/configand both features work for me... |
0 replies
Answer selected by
Diax170
|
I think the update stable workflow in scroll-flake broke... it's still pointing to 1.12.15, I'll troubleshoot |
0 replies
|
fixed |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are not compiling the correct tag, it works fine here:
and both features work for me...