Skip to content

Commit d3d66c3

Browse files
committed
openbsd.mknod: init
1 parent 3a7e3cf commit d3d66c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
lib,
3+
mkDerivation,
4+
}:
5+
mkDerivation {
6+
path = "sbin/mknod";
7+
meta.mainProgram = "mknod";
8+
meta.platforms = lib.platforms.openbsd;
9+
}

0 commit comments

Comments
 (0)