pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.89k stars 542 forks source link

can't update #1295

Closed Zm94ZGV2 closed 7 months ago

Zm94ZGV2 commented 7 months ago

Version: 4.8.0 OS: NixOS 24.05pre587158.cbc4211f0aff (Uakari) x86_64 Shell: nushell

Why I can't do update Snapshot_2024-02-27_18-09-25

mrfluffy-dev commented 7 months ago

Don't do ani-cli -U on nixos, nixos is immutable so you cant change things in the /nix/store. Do nixos-rebuild --upgrade boot if you use flakes then rebuild your system as normal but delete your flake.lock file then do it.

port19x commented 7 months ago

Also you may need to select the unstable channel for ani-cli

Zm94ZGV2 commented 7 months ago

ok thanks >_<