about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/pkgs/mtree.nix
blob: 23a4672069e6abb1ddc819c2b3e5c24982e769da (plain) (blame)
1
2
3
4
5
6
{ mkDerivation, mknod }:

mkDerivation {
  path = "contrib/mtree";
  extraPaths = [ mknod.path ];
}