Loading pkgs/by-name/mi/miniserve/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, stdenv, curl, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -45,6 +46,10 @@ rustPlatform.buildRustPackage (finalAttrs: { __darwinAllowLocalNetworking = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "CLI tool to serve files and directories over HTTP"; homepage = "https://github.com/svenstaro/miniserve"; Loading Loading
pkgs/by-name/mi/miniserve/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, stdenv, curl, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -45,6 +46,10 @@ rustPlatform.buildRustPackage (finalAttrs: { __darwinAllowLocalNetworking = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "CLI tool to serve files and directories over HTTP"; homepage = "https://github.com/svenstaro/miniserve"; Loading