From 52a4eff6cf0a0cb00360a26ea990b86b8208dbe9 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 27 Oct 2023 01:33:44 +0100 Subject: [PATCH] Update shell.nix and README.md --- README.md | 7 ++++--- shell.nix | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d9a505..fa6c382 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,10 @@ On non-Flakes system, you can use `nix-shell` to start a development shell. On Flakes enabled system, you can use `nix develop` instead. -If you have [`nix-direnv`](https://github.com/nix-community/nix-direnv/) -installed, there is a `.envrc` file configured to start the Flakes enabled setup -automatically. Just run `direnv allow` inside this repo. +If you have [`nix-direnv`](https://github.com/nix-community/nix-direnv/) or +[`lorri`](https://github.com/nix-community/lorri) installed, there is a +`.envrc` file configured to start the Flakes enabled setup automatically. Just +run `direnv allow` inside this repo. ## Limitations diff --git a/shell.nix b/shell.nix index 7e75e32..b1a1d4c 100644 --- a/shell.nix +++ b/shell.nix @@ -19,9 +19,8 @@ let in python-with-packages.env.overrideAttrs (old: { buildInputs = with pkgs; [ - fzf - glibc.bin nixpkgs-fmt ruff + statix ]; })