From 0c5197a18a9046d606b2a5a103c157b35db9357a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 22 Dec 2023 15:56:23 +0100 Subject: [PATCH] Comments --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a7057c4a..0ed8dea7 100644 --- a/flake.nix +++ b/flake.nix @@ -64,9 +64,11 @@ pkgs = import nixpkgs { inherit system; - # TODO: I don't understand what the f I need to do here? - # Why can't I enable unfree packages for all files used by this flake? config.allowUnfree = true; + + # NOTE: Probably shouldn't enable CUDA globally, but in the environment flakes where it is needed? + # Would it even work here? Since the flake imports its own nixpkgs... + # config.cudaSupport = true; overlays = [ inputs.devshell.overlays.default