lol

trivial-builders.nix: add TODO

Artturin 39b85d1c b0dce7f7

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