Set strictDeps to true on all our packages

This commit is contained in:
2025-12-09 12:23:05 +01:00
parent fcfee6c674
commit d5641b34c5
26 changed files with 33 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ stdenv.mkDerivation {
version = "0.0.1";
src = ./nixgen;
dontUnpack = true;
strictDeps = true;
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/bin