Skip to content
Snippets Groups Projects
Commit 3a65f68f authored by Tyson Whitehead's avatar Tyson Whitehead
Browse files

Enable unfree packages to bring in CUDA

parent fca9a560
Branches home-nixbld
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
nix.storeDir = "/home/nixbld/store";
nix.stateDir = "/home/nixbld/var";
nix.confDir = "/home/nixbld/etc";
# CUDA requires enabling unfree packages
allowUnfree = true;
}
/* 2.6.32 is a fundamental limit for newer glibc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment