NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.2k stars 14.2k forks source link

Update request: fusuma OLDVERSION → NEWVERSION #311882

Closed lVentus closed 6 months ago

lVentus commented 6 months ago

Notify maintainers


Note for maintainers: Please tag this issue in your PR.


Add a :+1: reaction to issues you find important. By the way, fusuma now use yml file instead of yaml file as config file. now when I use HM service.fusuma.settings, it will generate a yaml file in .config, please update it to change it to a yml file. and when I use service.fusuma.enable = true; it wont be installed.

luftmensch-luftmensch commented 6 months ago

By the way, fusuma now use yml file instead of yaml file as config file. now when I use HM service.fusuma.settings, it will generate a yaml file in .config, please update it to change it to a yml file. and when I use service.fusuma.enable = true; it wont be installed.

I guess that this should be addressed at home-manager repository as nixpkgs does not offer a fusuma service, as far as I rembember

lVentus commented 6 months ago

By the way, fusuma now use yml file instead of yaml file as config file. now when I use HM service.fusuma.settings, it will generate a yaml file in .config, please update it to change it to a yml file. and when I use service.fusuma.enable = true; it wont be installed.

I guess that this should be addressed at home-manager repository as nixpkgs does not offer a fusuma service, as far as I rembember

you are right

jackwilsdon commented 6 months ago

Already fixed in home-manager: https://github.com/nix-community/home-manager/pull/5049

lVentus commented 6 months ago

Already fixed in home-manager: nix-community/home-manager#5049

sorry, I don't understand. if it has been fixed, why I still have the same issue? I just installed yesterday.

JohnRTitor commented 6 months ago

Are you perhaps not on nixos-unstable?

lVentus commented 6 months ago

Are you perhaps not on nixos-unstable?

ah, right. I use stable nixos and HM, install some new software with pkgs-unstable. But this is a service, how do I change the package to unstable version? I tried services.fusuma.package = pkgs-unstable.fusuma. But the result is still same.

JohnRTitor commented 6 months ago

It's fixed on master branch of Home Manager and not have been backported to release-23.11.

Home manager master always follows the NixOS unstable branch, so I won't suggest switching to master branch of HM unless you upgrade your system to nixos-unstable.