Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 10 lines 117 B view raw
1{ 2 imports = [ 3 ./generic 4 # Always after generic 5 ./cuda 6 ./cudnn 7 ./cutensor 8 ./tensorrt 9 ]; 10}