From 2391f397425f9be2cbf59f8dd40baab9dde05001 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 20 Mar 2025 10:30:43 +0100 Subject: [PATCH] don't add nvrtc --- hosts/lambdaos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index f1230aa..40153c8 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -152,7 +152,6 @@ systemPackages = with pkgs; [ restic cudatoolkit - cuda_nvrtc ]; };