From b9e109d5edb58a295c22e1fa633894cefbbe1e98 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 18 Mar 2025 10:26:14 +0100 Subject: [PATCH] add cudatoolkit to system --- hosts/lambdaos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 386dc39..f1230aa 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -151,6 +151,8 @@ pathsToLink = [ "/share/zsh" ]; systemPackages = with pkgs; [ restic + cudatoolkit + cuda_nvrtc ]; };