treewide: enable strictDeps in bootstrap packages

This commit is contained in:
Artturin
2022-05-22 16:40:26 +03:00
parent 39b85d1c2a
commit f002ffed9a
33 changed files with 36 additions and 3 deletions
@@ -5,6 +5,7 @@ sitePackages:
let
hook = ./setup-hook.sh;
in runCommand "python-setup-hook.sh" {
strictDeps = true;
inherit sitePackages;
} ''
cp ${hook} hook.sh