lorri
lorri copied to clipboard
Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Since nix 2.7, the correct flake attribute is `devShells..`, with "default" being a typical value for ``. release notes: https://nixos.org/manual/nix/stable/release-notes/rl-2.7 - [X] Amended the changelog in `release.nix` (see `release.nix` for...
- [ ] Amended the changelog in `release.nix` (see `release.nix` for instructions)
I think this happened because I ran `git checkout` in a local nixpkgs checkout eval depended on which caused git to delete some files. ``` name = 'lorri' operating_system =...
- [ ] Amended the changelog in `release.nix` (see `release.nix` for instructions)
Instead of having complex generic types internally that we map over, just create the json in a macro. Removes `ProjectAdded` from `Reason`, because it was not used anywhere. Changes the...
name = 'lorri' operating_system = 'unix:Unknown' crate_version = '1.6.0' explanation = ''' Panic occurred in file 'src/build_loop.rs' at line 238 ''' cause = ''' Unrecoverable error: Io { msg: "AddRootError...
**Describe the bug** As mentioned in #72, the set-up steps are simply missing the line `systemctl --user start lorri.socket` after the daemon-reload. I couldn't get lorri working, and then found...
Flakes
Adding flake handling feature. Lorri captures the context directory in which it was run (or as overridden) and runs `nix develop --profile -c bash export` - we use the profile...
Crash Report
**Describe the bug** `lorri watch` produces error **To Reproduce** Steps to reproduce the behavior: 1. run `lorri watch` **Expected behavior** Expected the program to work. **Metadata** ``` name = 'lorri'...
`lazy_static` is in the process of being deprecated (https://github.com/rust-lang-nursery/lazy-static.rs/issues/214) As of Rust 1.70, `std::sync::OnceLock` exists as a replacement. When we can reliably expect 1.70 on our supported Nixpkgs, we should...