lorri: reserve attribute name

lorri is a nix-shell replacement for project development.
Since it’s public beta announcement was noticed by many people, they
are going to assume it is available from nixpkgs. We lead them to the
installation instructions while the tool is not yet ready for nixpkgs.

Related-issue: https://github.com/NixOS/nixpkgs/pull/60211
This commit is contained in:
Philip Patsch 2019-04-26 16:13:18 +02:00 committed by Profpatsch
parent 54b7ee43f9
commit d6ec9464e5

View File

@ -7674,6 +7674,8 @@ in
llvmPackages_latest = llvmPackages_8;
lorri = throw "lorri is not stable yet. Please go to https://github.com/target/lorri and follow the installation instructions there, for the time being.";
manticore = callPackage ../development/compilers/manticore { };
mercury = callPackage ../development/compilers/mercury { };