rust: Refer to 0.11.nix directly in all-packages

rather than use default.nix indirection
This commit is contained in:
John Ericson 2014-08-01 04:28:54 +02:00
parent 584114b697
commit 641ccec337
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
import ./0.11.nix

View file

@ -3289,7 +3289,7 @@ let
roadsend = callPackage ../development/compilers/roadsend { };
rust = callPackage ../development/compilers/rust {};
rust = callPackage ../development/compilers/rust/0.11.nix {};
rustMaster = callPackage ../development/compilers/rust/head.nix {};
sbclBootstrap = callPackage ../development/compilers/sbcl/bootstrap.nix {};