lorri icon indicating copy to clipboard operation
lorri copied to clipboard

Your project's nix-env

Results 100 lorri issues
Sort by recently updated
recently updated
newest added

The following shell.nix works with `nix-shell` but fails with Lorri: ```nix with import {}; mkShell { nativeBuildInputs = [ kubectl ]; shellHook = '' source

> Well, this is embarrassing. > > lorri had a problem and crashed. To help us diagnose the problem you can send us a crash report. > > We have...

**Describe the bug** I am unsure what the bug is. From seeing the way it is behaving, it seems to have something to do with rebuilding changed files. **To Reproduce**...

**Describe the bug** Very high evaluation times for output of `lorri direnv` with a large number of environment variables. In this [example repo](https://github.com/mammothbane/lorri-slow), I generate 2000 env vars and the...

**Describe the bug** `lorri` fails in some cases if the shell derivation uses `disallowedReferences` or `disallowedRequisites`. This can be useful as a safety guard to avoid e.g. situations where your...

**Description** Lorri uses `pkgs.bash` instead of `pkgs.bashInteractive` like nix-shell, causing some shell derivations to fail. **Reproduce** Lorri fails when evaluating the following `shell.nix`. Reason: `shellHook` uses the function `compgen` which...

After reading the README I couldn't find any information on how lorri handles runtime garbage collection. My question is: Does the lorri daemon implement a heuristic or an explicit command...

**Describe the bug** I have a `shell.nix` file based on section 15.17.3.6 of https://nixos.org/nixpkgs/manual/. It works as expected with nix-shell, but lorri fails to build it. **To Reproduce** ``` #...

**Feature description** I really like using lorri/direnv except for two problems that I have. The first is #485. The second is that it's difficult to know when the environment is...

**Describe the bug** I really like using lorri except for two problems that I have. The first is that it seems to be impossible to use `nix-shell` in a directory...