From d6ec9464e59ba7f4460178cbb3159409c31e4721 Mon Sep 17 00:00:00 2001 From: Philip Patsch Date: Fri, 26 Apr 2019 16:13:18 +0200 Subject: [PATCH] lorri: reserve attribute name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e030f78c46b84..df4181c4325df 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };