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
|
# extra arguments to pass to stdenv.mkDerivation
|
||||||
, name
|
, name
|
||||||
# name of the resulting derivation
|
# name of the resulting derivation
|
||||||
|
# TODO(@Artturin): enable strictDeps always
|
||||||
}: buildCommand:
|
}: buildCommand:
|
||||||
stdenv.mkDerivation ({
|
stdenv.mkDerivation ({
|
||||||
inherit buildCommand name;
|
inherit buildCommand name;
|
||||||
|
|
Loading…
Reference in a new issue