Skip to content

Commit 3a7e3cf

Browse files
committed
openbsd.mount_msdos: init
1 parent ebe60df commit 3a7e3cf

File tree

1 file changed

+12
-0
lines changed
  • pkgs/os-specific/bsd/openbsd/pkgs/mount_msdos

1 file changed

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

0 commit comments

Comments
 (0)