Remove news app from nextcloud

This commit is contained in:
SebastianStork 2024-09-20 21:31:20 +02:00
parent c7fb2a80f0
commit 68b0597c10
3 changed files with 0 additions and 24 deletions

14
flake.lock generated
View file

@ -184,19 +184,6 @@
"type": "github" "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": { "nextcloud-side-menu": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -313,7 +300,6 @@
"firefox-addons": "firefox-addons", "firefox-addons": "firefox-addons",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"home-manager": "home-manager", "home-manager": "home-manager",
"nextcloud-news": "nextcloud-news",
"nextcloud-side-menu": "nextcloud-side-menu", "nextcloud-side-menu": "nextcloud-side-menu",
"nextcloud-twofactor-totp": "nextcloud-twofactor-totp", "nextcloud-twofactor-totp": "nextcloud-twofactor-totp",
"nix-vscode-extensions": "nix-vscode-extensions", "nix-vscode-extensions": "nix-vscode-extensions",

View file

@ -56,10 +56,6 @@
url = "https://github.com/nextcloud-releases/twofactor_totp/releases/download/v6.4.1/twofactor_totp-v6.4.1.tar.gz"; url = "https://github.com/nextcloud-releases/twofactor_totp/releases/download/v6.4.1/twofactor_totp-v6.4.1.tar.gz";
flake = false; flake = false;
}; };
nextcloud-news = {
url = "https://github.com/nextcloud/news/releases/download/25.0.0-alpha8/news.tar.gz";
flake = false;
};
nextcloud-side-menu = { nextcloud-side-menu = {
url = "https://gitnet.fr/deblan/side_menu/releases/download/v3.13.1/side_menu_v3.13.1.tar.gz"; url = "https://gitnet.fr/deblan/side_menu/releases/download/v3.13.1/side_menu_v3.13.1.tar.gz";
flake = false; flake = false;

View file

@ -80,12 +80,6 @@ in
license = "agpl3Plus"; license = "agpl3Plus";
unpack = true; unpack = true;
}; };
news = pkgs.fetchNextcloudApp {
url = inputs.nextcloud-news.outPath;
sha256 = inputs.nextcloud-news.narHash;
license = "agpl3Plus";
unpack = true;
};
side_menu = pkgs.fetchNextcloudApp { side_menu = pkgs.fetchNextcloudApp {
url = inputs.nextcloud-side-menu.outPath; url = inputs.nextcloud-side-menu.outPath;
sha256 = inputs.nextcloud-side-menu.narHash; sha256 = inputs.nextcloud-side-menu.narHash;