1
This commit is contained in:
2023-12-22 15:56:23 +01:00
parent b81faa2f10
commit 0c5197a18a

View File

@ -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