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

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