about summary refs log tree commit diff
path: root/pkgs/shells/bash/yarn-completion
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-06 21:39:28 +0300
committerArtturin <Artturin@artturin.com>2022-05-06 22:31:38 +0300
commitea79263e608224491030a0cdf27b9f11ecff2928 (patch)
tree49fc8fb22633bb7d91f382575327ec33f2cf9f8e /pkgs/shells/bash/yarn-completion
parent0bf838dc6eab2a9e3d21d1a7fa758467874005bb (diff)
pkgs/shells: enable strictDeps
Diffstat (limited to 'pkgs/shells/bash/yarn-completion')
-rw-r--r--pkgs/shells/bash/yarn-completion/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/bash/yarn-completion/default.nix b/pkgs/shells/bash/yarn-completion/default.nix
index fabfc0a1ce23d..48d1f42b5cedb 100644
--- a/pkgs/shells/bash/yarn-completion/default.nix
+++ b/pkgs/shells/bash/yarn-completion/default.nix
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
     sha256 = "0xflbrbwskjqv3knvc8jqygpvfxh5ak66q7w22d1ng8gwrfqzcng";
   };
 
+  strictDeps = true;
   nativeBuildInputs = [ installShellFiles ];
 
   installPhase = ''