trivial-builders.nix: add TODO
This commit is contained in:
parent
b0dce7f79b
commit
39b85d1c2a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue