Victor Fuentes
Victor Fuentes
@tejing1 Should be fixed in the latest tag release
Weird, any output from `RUST_LOG=nix_software_center=trace nix-software-center`? Also maybe try also removing `~/.config/nix-software-center` and setup your `flake.nix` and `configuration.nix` from the welcome screen again
Found an error in cache downloading based on that log. Hopefully, the new master (b1a89ece314d9a9757d764d4038a9e849db5b280) should work 🤞🏽
Should now actually be fixed in the latest commit. Seems like the 22.05 `packages.json` has some malformed `maintainers` sections for a few packages, so added a filter that should mitigate...
I'll definitely look into it. Thanks for pointing this out!
I don't plan on adding Flatpak support, since GNOME Software and Plasma Discover are already stable and serve this purpose. I did consider trying to add Nix support to GNOME...
I think the reason for the error is that you're using NixOS 22.05 stable without flakes, and the rust version is too old to compile some of the dependencies. I'll...
As of right now it only detects packages installed in one `configuration.nix`, so if packages are installed in imported files, they won't be detected at the moment
There is flake support. Just at the moment it only detects one configuration file and its options (not `flake.nix`), and then the location of the `flake.nix` file so it knows...
You have to specify it in either the welcome screen, the preferences, or in the [nix-data module](https://github.com/snowflakelinux/nix-data/blob/main/modules/default.nix). For example, if I have my /etc/nixos directory containing `flake.nix` and `configuration.nix`, then...