diff --git a/flake.lock b/flake.lock index 10b92f4..7143156 100644 --- a/flake.lock +++ b/flake.lock @@ -184,19 +184,6 @@ "type": "github" } }, - "nextcloud-news": { - "flake": false, - "locked": { - "lastModified": 1720424186, - "narHash": "sha256-AhTZGQCLeNgsRBF5w3+Lf9JtNN4D1QncB5t+odU+XUc=", - "type": "tarball", - "url": "https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz" - } - }, "nextcloud-side-menu": { "flake": false, "locked": { @@ -313,7 +300,6 @@ "firefox-addons": "firefox-addons", "flake-parts": "flake-parts", "home-manager": "home-manager", - "nextcloud-news": "nextcloud-news", "nextcloud-side-menu": "nextcloud-side-menu", "nextcloud-twofactor-totp": "nextcloud-twofactor-totp", "nix-vscode-extensions": "nix-vscode-extensions", diff --git a/flake.nix b/flake.nix index 6e3c18a..2eac616 100644 --- a/flake.nix +++ b/flake.nix @@ -56,10 +56,6 @@ url = "https://github.com/nextcloud-releases/twofactor_totp/releases/download/v6.4.1/twofactor_totp-v6.4.1.tar.gz"; flake = false; }; - nextcloud-news = { - url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz"; - flake = false; - }; nextcloud-side-menu = { url = "https://gitnet.fr/deblan/side_menu/releases/download/v3.13.1/side_menu_v3.13.1.tar.gz"; flake = false; diff --git a/hosts/stratus/containers/nspawn/nextcloud/default.nix b/hosts/stratus/containers/nspawn/nextcloud/default.nix index 2a22e66..1a685f0 100644 --- a/hosts/stratus/containers/nspawn/nextcloud/default.nix +++ b/hosts/stratus/containers/nspawn/nextcloud/default.nix @@ -80,12 +80,6 @@ in license = "agpl3Plus"; unpack = true; }; - news = pkgs.fetchNextcloudApp { - url = inputs.nextcloud-news.outPath; - sha256 = inputs.nextcloud-news.narHash; - license = "agpl3Plus"; - unpack = true; - }; side_menu = pkgs.fetchNextcloudApp { url = inputs.nextcloud-side-menu.outPath; sha256 = inputs.nextcloud-side-menu.narHash;