From d1661c1537713a1c3bcec702ba7fede5da4789d8 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 11 Jan 2025 00:27:10 +0100 Subject: Deal with minor 24.11 option deprecations and package scope changes Signed-off-by: Mel --- modules/flatpak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/flatpak.nix') diff --git a/modules/flatpak.nix b/modules/flatpak.nix index 1751fcf..c21f572 100644 --- a/modules/flatpak.nix +++ b/modules/flatpak.nix @@ -7,6 +7,6 @@ environment.systemPackages = (with pkgs; [ # Add GUI for Flatpak installation. - gnome.gnome-software + gnome-software ]); } -- cgit 1.4.1