From 7181b2012cc2b0303559cb9f07d92b0b415fccca Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 3 Oct 2024 19:24:45 +0200 Subject: [PATCH] hosts/main: enable cudaSupport in nixpkgs --- hosts/main/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/main/default.nix b/hosts/main/default.nix index 62aeacb..4da73cf 100644 --- a/hosts/main/default.nix +++ b/hosts/main/default.nix @@ -44,6 +44,9 @@ nixpkgs.overlays = [ self.overlays.cosmicPackages ]; + nixpkgs.config = { + cudaSupport = true; + }; # nixos-vscode-server module needs this programs.nix-ld.enable = true;