lorri icon indicating copy to clipboard operation
lorri copied to clipboard

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]

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

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. ✗ lorri self-upgrade **Expected behavior** upgraded: **Result** ``` Building ... lorri had a problem and crashed. To help us...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: >lorri self-upgrade **Expected behavior** upgrade **Metadata** ``` name = 'lorri' operating_system = 'unix:OSX' crate_version = '1.5.0' explanation = ''' Panic...

**Describe the bug** Using lorri with `pythonPackages.venvShellHook` [as mentioned in the nixpkgs docs](https://nixos.org/manual/nixpkgs/stable/#how-to-consume-python-modules-using-pip-in-a-virtual-environment-like-i-am-used-to-on-other-operating-systems) results in an error. **To Reproduce** Create a `shell.nix` file with the following contents: ```nix { pkgs...

A trivial improvement, the default `.envrc` should check whether lorri is installed and if not fall back to the direnv-native `use nix`.

**Describe the bug** I am trying to write to a file from the `shellHook`. ```nix {...}: pkgs.mkShell { shellHook = '' echo "hello" >> $HOME/hello ''; } ``` And I...

Edit: I had `lorri 1.2.0`. Switched to `lorri 1.5.0` and apparently presents the same behavior. I had `lorri` installed for a while (and rebooted a few times), but have always...

When I you `lorri init` and add a package*set* to the `buildInputs` instead of a `drv`, e.g. `pkgs.eclipses`, the resulting error message is very bad: ``` { pkgs ? import...

https://github.com/target/lorri/pull/469

`pkgs.rustc.src` is a ``` /nix/store/wrxr7nvx9zkhs0sp8rna227n47hyc3fl-rustc-1.51.0-src.tar.gz: gzip compressed data, max compression, original size modulo 2^32 1051570176 ``` `rust-analyzer` doesn't seem to work with it.

**Describe the bug** lorri crashed **Expected behavior** lorri not crashing **Metadata** ``` name = 'lorri' operating_system = 'unix:OSX' crate_version = '1.5.0' explanation = ''' Panic occurred in file 'src/daemon/server.rs' at...