Commit Graph

28 Commits

Author SHA1 Message Date
Victor Fuentes
b9e0f53536
Merge pull request #61 from tobiasBora/fix_open
Fix #56, open button not working
2024-05-04 16:56:23 -04:00
Uriel Corfa
e21756e525 Remove an IFD when importing nixos-appstream-data.
I recently added a flake for nixos-appstream-data. This allows us to
depend on that flake instead of doing an IFD to load its
default.nix.

An IFD in nix-software-center is problematic for users who use
flakes and have multiple nixos configurations with different
architectures. Because of https://github.com/NixOS/nix/issues/4265
this causes `nix flake check` to fail for them.

Note that users of nix-software-center that do not rely on the flake
will still need an IFD. I'm not aware of a better way (other than
upstreaming both in nixpkgs).

Ref: https://github.com/snowfallorg/nixos-appstream-data/pull/1
2024-04-15 17:45:39 +02:00
Tobias Bora
8c4cf5bc82 Fix #56, open button not working 2024-01-14 17:06:13 +01:00
Victor Fuentes
1eff6d8759
Update deprecated rustPlatform.rust.(cargo|rustc) in default.nix 2023-06-26 11:08:21 -04:00
Victor Fuentes
c95ebf1e51
Update dependencies 2023-04-02 19:19:53 -04:00
Victor Fuentes
cac71af17f
Bump 0.1.1 2023-02-06 18:40:59 -05:00
Victor Fuentes
bd87e55f62
Update cargo dependencies 2023-02-06 17:55:19 -05:00
Victor Fuentes
50956ce8cc
Update nix-data for speedup 2022-12-17 14:01:34 -05:00
Victor Fuentes
de71a084fd
Update nix-data version 2022-11-30 16:55:37 -05:00
Victor Fuentes
72c4d50142
Refresh icons after installs 2022-11-30 15:48:51 -05:00
Victor Fuentes
488f59dcf9
Preliminary non-NixOS support 2022-11-29 22:03:54 -05:00
Victor Fuentes
c310668a11
Add better offline support 2022-11-29 02:11:48 -05:00
Victor Fuentes
9b9cb480fe
Add support for nix-data generation config 2022-11-27 22:17:45 -05:00
Victor Fuentes
d44916b04a
Update relm4 and nix-data versions 2022-11-27 18:31:35 -05:00
Victor Fuentes
b25fd4e7b9
Add unavailable package dialog 2022-11-03 17:52:21 -04:00
Victor Fuentes
ceb00abc4c
Fix cargo hash 2022-11-01 16:15:20 -04:00
Victor Fuentes
469b78847b
Fix cache reading with sqlite 2022-10-28 15:06:06 -04:00
Victor Fuentes
33214d6928
Update cargo hash 2022-10-28 11:00:31 -04:00
Victor Fuentes
fdba7fe90e
Update resources 2022-10-27 19:19:24 -04:00
Victor Fuentes
ee0c62b3da
Refactor around nix-data crate 2022-10-26 21:59:58 -04:00
Victor Fuentes
5532c19944
Add gnome-console dependency 2022-09-30 01:59:14 -04:00
Victor Fuentes
3fcbe8b776
Bump 0.0.3 2022-09-27 16:51:41 -04:00
Victor Fuentes
ae4a3e1b67
Bump 0.0.2 2022-09-25 02:44:51 -04:00
Victor Fuentes
8491e61bd3
Update libadwaita 2022-09-23 00:07:16 -04:00
Victor Fuentes
c8d18ca0f8
Update cargo and flake inputs 2022-09-12 18:55:55 -04:00
Victor Fuentes
5de18ff420
Update logging 2022-09-08 00:59:57 -04:00
Victor Fuentes
2f6cb539de
Add icon and update README 2022-09-07 23:50:50 -04:00
Victor Fuentes
175e7c23e9
Initial commit 2022-08-26 17:48:43 -04:00