trivial-builders.nix: add TODO

This commit is contained in:
Artturin
2022-05-22 16:40:22 +03:00
parent b0dce7f79b
commit 39b85d1c2a
+1
View File
@@ -68,6 +68,7 @@ rec {
# extra arguments to pass to stdenv.mkDerivation
, name
# name of the resulting derivation
# TODO(@Artturin): enable strictDeps always
}: buildCommand:
stdenv.mkDerivation ({
inherit buildCommand name;