freebsd.env: init

Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
Artemis Tosini
2026-03-06 13:17:17 -08:00
co-authored by Audrey Dutcher
parent faf6debc2c
commit 541bd9e309
+12
View File
@@ -0,0 +1,12 @@
{
mkDerivation,
}:
mkDerivation {
path = "usr.bin/env";
outputs = [
"out"
"debug"
];
MK_TESTS = "no";
meta.mainProgram = "env";
}