co-authored by
Audrey Dutcher
parent
faf6debc2c
commit
541bd9e309
@@ -0,0 +1,12 @@
|
||||
{
|
||||
mkDerivation,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.bin/env";
|
||||
outputs = [
|
||||
"out"
|
||||
"debug"
|
||||
];
|
||||
MK_TESTS = "no";
|
||||
meta.mainProgram = "env";
|
||||
}
|
||||
Reference in New Issue
Block a user