kachick / dotfiles

🤤✂🌳
MIT License
9 stars 0 forks source link

Prevent auto merge if home-manager alerts warnings for deprecations #498

Closed kachick closed 5 months ago

kachick commented 6 months ago

https://github.com/nix-community/home-manager/pull/4704

https://github.com/kachick/dotfiles/pull/497

How to know renamed feature before merging the flake.lock updates? Now I can know in the warning 🤔

trace: warning: The option programs.zsh.enableAutosuggestions' defined in/nix/store/5f67d8kzx8w95cmqfcw6x8hdd39m4dyj-source/home-manager/zsh.nix' has been renamed to `programs.zsh.autosuggestion.enable'.

kachick commented 6 months ago

Looks like no options in home-manager switch --help, but grep to trace: warning: maybe enough?

Is this stderr? stdout? Logged in which files? How to get the path in CI?