From 87c49010a3b7576e7f159af8b875e10874a0437a Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:03:24 -0400 Subject: [PATCH] refactor(nix): further simplification Co-authored-by: Isabel --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4d2569ad..11ceb9b5 100644 --- a/flake.nix +++ b/flake.nix @@ -50,8 +50,7 @@ overlays = rec { default = yazi; yazi = final: _: { - inherit (self.packages."${final.system}") yazi-unwrapped; - inherit (self.packages."${final.system}") yazi; + inherit (self.packages."${final.system}") yazi yazi-unwrapped; }; }; };