From d8a81597b7d33a7bed10fd5b6442700e912ed34d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 10 Mar 2026 18:34:56 -0400 Subject: refactor nvidia/cuda --- shells/default.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'shells/default.nix') diff --git a/shells/default.nix b/shells/default.nix index 22a7ee3..2226294 100644 --- a/shells/default.nix +++ b/shells/default.nix @@ -11,19 +11,6 @@ ]; }; - # Loads Nvidia CUDA - cuda = pkgs.mkShell (import ./cuda.nix { - pkgs = import inputs.nixpkgs { - inherit system; - config = { - allowUnfree = true; - cudaSupport = true; - cudaVersion = "12"; - }; - }; - lib = inputs.nixpkgs.lib; - }); - # VST development with windows VST3 support though yabridge/wine vst = pkgs.mkShell (import ./vst.nix { pkgs = import inputs.nixpkgs { -- cgit v1.2.3-freya