From 09bd0051f9ca01f820a83bf0aad164ac5fb4e8aa Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 31 Oct 2025 22:13:10 +0300 Subject: [PATCH] find out why these packages are used --- modules/nixos/system/nix-settings.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/modules/nixos/system/nix-settings.nix b/modules/nixos/system/nix-settings.nix index 5554327..9eb9f5c 100644 --- a/modules/nixos/system/nix-settings.nix +++ b/modules/nixos/system/nix-settings.nix @@ -20,13 +20,22 @@ "spotify" "cursor" # NVIDIA related + "libcurand" "nvidia-x11" "cuda_cudart" - "libcublas" - "cuda_cccl" "cuda_nvcc" + "cuda_cccl" + "libcublas" + "libcusparse" + "libnvjitlink" + "libcufft" + "cudnn" + "cuda_nvrtc" + "libnpp" "nvidia-settings" - "cuda-merged" + # blender with cuda is not foss?!? + "blender" + ]; nixpkgs.config.allowAliases = false;