We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7e3cf commit d3d66c3Copy full SHA for d3d66c3
pkgs/os-specific/bsd/openbsd/pkgs/mknod.nix
@@ -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