From fdea831e43e1a6912951b6302f97cd01b690d749 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 15 Sep 2023 00:50:57 -0700 Subject: [PATCH] Remove exa from dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e915c3..2ebe5fb 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ frontend = pkgs.stdenv.mkDerivation { name = "frontend"; src = ./.; - buildInputs = [pkgs.yarn node-modules pkgs.exa pkgs.lmdb]; + buildInputs = [pkgs.yarn node-modules pkgs.lmdb]; buildPhase = '' ln -s ${node-modules}/libexec/kucinako/node_modules node_modules ${pkgs.yarn}/bin/yarn build