From 22a531adbc11c7a800cd1a941ff04bda96b9e9e0 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Tue, 2 Apr 2024 10:46:33 -0400 Subject: [PATCH] Unstable Unfree: Add CudaSupport --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b8ea2b6..f5d90e1 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ unstable-unfree = import nixpkgs-unstable { inherit system; config.allowUnfree = true; + config.cudaSupport = true; }; }; applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; });