Remove exa from dependencies
This commit is contained in:
parent
e29d799aa5
commit
fdea831e43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user