Files
2026-03-06 13:16:03 -08:00

8 lines
91 B
Nix

{
mkDerivation,
}:
mkDerivation {
path = "lib/libdevctl";
alwaysKeepStatic = true;
}