Merge pull request #550 from llakala/fix-lorri-mention

remove mention of lorri not supporting flakes
This commit is contained in:
Jörg Thalheim 2025-02-17 16:04:44 +07:00 committed by GitHub
commit 19278baf71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ Prominent features:
## Why not use `lorri` instead? ## Why not use `lorri` instead?
Compared to [lorri](https://github.com/nix-community/lorri), nix-direnv is Compared to [lorri](https://github.com/nix-community/lorri), nix-direnv is
simpler (and requires no external daemon) and supports flakes. Additionally, simpler (and requires no external daemon). Additionally, lorri can sometimes
lorri can sometimes re-evaluate the entirety of nixpkgs on every change (leading re-evaluate the entirety of nixpkgs on every change (leading to perpetual high
to perpetual high CPU load). CPU load).
## Installation ## Installation