From e6ddfcd153acf3ce43eae06eec8c5127ff880180 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 5 Jun 2025 16:55:52 +0100 Subject: [PATCH] chore(nextcloud): remove unused system packages nodejs-18_x and libtensorflow - Removed deprecated or unused packages (`nodejs-18_x`, `libtensorflow`) from system dependencies --- hosts/architect/nextcloud.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/architect/nextcloud.nix b/hosts/architect/nextcloud.nix index 1092ca5..06fd793 100644 --- a/hosts/architect/nextcloud.nix +++ b/hosts/architect/nextcloud.nix @@ -22,8 +22,6 @@ in }; environment.systemPackages = with pkgs; [ - nodejs-18_x - libtensorflow ffmpeg ];