about summary refs log tree commit diff
path: root/pkgs/tools/misc/sharedown
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-07-24 14:54:33 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-07-24 16:18:09 +0200
commit9bbc053f1abb8d0b2435a9768a2073bd1452ddd2 (patch)
tree5d8ae0b697d326256b933dfa27bc65e0e83c7bd1 /pkgs/tools/misc/sharedown
parent6d1b077c1b9c3dd8b0e7403d8fa68831b9f5d50b (diff)
yarn2nix: change yarnFlags to append by default
The main usecase for this variable is to append --production to yarn
which now got a whole lot easier because you no longer need to repeat
the defaults.
Diffstat (limited to 'pkgs/tools/misc/sharedown')
-rw-r--r--pkgs/tools/misc/sharedown/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/misc/sharedown/default.nix b/pkgs/tools/misc/sharedown/default.nix
index f1e44851dc2ae..e11ec730a086c 100644
--- a/pkgs/tools/misc/sharedown/default.nix
+++ b/pkgs/tools/misc/sharedown/default.nix
@@ -55,9 +55,7 @@ stdenvNoCC.mkDerivation rec {
         name = "${pname}-modules-${version}";
         inherit pname version;
 
-        yarnFlags = yarn2nix-moretea.defaultYarnFlags ++ [
-          "--production"
-        ];
+        yarnFlags = [ "--production" ];
 
         pkgConfig = {
           keytar = {