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

mkDerivation {
  path = "sbin/mknod";
}