From 371546538bc098a2b7d83b712a39fdde0edbb278 Mon Sep 17 00:00:00 2001 From: Junhyeon Lee Date: Mon, 20 Jul 2026 23:22:14 +0900 Subject: [PATCH 1/2] Revise Nix command instructions for eza Updated Nix usage instructions for eza in README.md. Signed-off-by: Junhyeon Lee --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fea6e62bf..8c15cef5f 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,11 @@ Like seriously, we have a lot of good stuff. ### Nix ❄️ -If you already have Nix setup with flake support, you can try out eza with the `nix run` command: +If you already have Nix setup with flake support, you can try out eza with the `nix` command: - nix run github:eza-community/eza + nix shell nixpkgs#eza -c eza -Nix will build eza and run it. - -If you want to pass arguments this way, use e.g. `nix run github:eza-community/eza -- -ol`. +Nix will build environment for eza and run it. # Installation From ad717e97e1a9ed413bcbc1dea29a60383fdcd41b Mon Sep 17 00:00:00 2001 From: Junhyeon Lee Date: Mon, 20 Jul 2026 23:43:31 +0900 Subject: [PATCH 2/2] Update README with nix shell command clarification Clarified the command usage for running eza in a nix shell. Signed-off-by: Junhyeon Lee --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c15cef5f..07cd85df2 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,9 @@ If you already have Nix setup with flake support, you can try out eza with the ` nix shell nixpkgs#eza -c eza -Nix will build environment for eza and run it. +Nix will run `eza` in a nix shell. + +If you want to pass arguments this way, use e.g. `nix shell nixpkgs#eza -c eza -ol`. # Installation