lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mnist: deprecate phases

+1 -1
+1 -1
pkgs/data/machine-learning/mnist/default.nix
··· 29 29 ln -s "${srcs.test-images}" "$out/${srcs.test-images.name}" 30 30 ln -s "${srcs.test-labels}" "$out/${srcs.test-labels.name}" 31 31 ''; 32 - phases = [ "installPhase" ]; 32 + dontUnpack = true; 33 33 meta = with lib; { 34 34 description = "A large database of handwritten digits"; 35 35 longDescription = ''