about summary refs log tree commit diff
path: root/pkgs/shells/bash/nix-bash-completions/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/nix-bash-completions/default.nix')
-rw-r--r--pkgs/shells/bash/nix-bash-completions/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/bash/nix-bash-completions/default.nix b/pkgs/shells/bash/nix-bash-completions/default.nix
index 089e5dfc702f..c4282ab0f646 100644
--- a/pkgs/shells/bash/nix-bash-completions/default.nix
+++ b/pkgs/shells/bash/nix-bash-completions/default.nix
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "1n5zs6xcnv4bv1hdaypmz7fv4j7dsr4a0ifah99iyj4p5j85i1bc";
   };
 
+  strictDeps = true;
   # To enable lazy loading via. bash-completion we need a symlink to the script
   # from every command name.
   installPhase = ''