tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
trivial-builders.nix: add TODO
Artturin
3 years ago
39b85d1c
b0dce7f7
+1
1 changed file
expand all
collapse all
unified
split
pkgs
build-support
trivial-builders.nix
+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
71
+
# TODO(@Artturin): enable strictDeps always
71
72
}: buildCommand:
72
73
stdenv.mkDerivation ({
73
74
inherit buildCommand name;