lol

trivial-builders.nix: add TODO

Artturin 39b85d1c b0dce7f7

+1
+1
pkgs/build-support/trivial-builders.nix
··· 68 68 # extra arguments to pass to stdenv.mkDerivation 69 69 , name 70 70 # name of the resulting derivation 71 + # TODO(@Artturin): enable strictDeps always 71 72 }: buildCommand: 72 73 stdenv.mkDerivation ({ 73 74 inherit buildCommand name;