Loading pkgs/by-name/mb/mbake/package.nix +10 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, installShellFiles, python3Packages, versionCheckHook, }: Loading @@ -18,6 +20,7 @@ python3Packages.buildPythonApplication rec { }; build-system = [ installShellFiles python3Packages.hatchling ]; Loading @@ -26,6 +29,13 @@ python3Packages.buildPythonApplication rec { typer ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd mbake \ --bash <($out/bin/mbake completions bash) \ --fish <($out/bin/mbake completions fish) \ --zsh <($out/bin/mbake completions zsh) ''; nativeCheckInputs = [ python3Packages.pytestCheckHook versionCheckHook Loading Loading
pkgs/by-name/mb/mbake/package.nix +10 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, installShellFiles, python3Packages, versionCheckHook, }: Loading @@ -18,6 +20,7 @@ python3Packages.buildPythonApplication rec { }; build-system = [ installShellFiles python3Packages.hatchling ]; Loading @@ -26,6 +29,13 @@ python3Packages.buildPythonApplication rec { typer ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd mbake \ --bash <($out/bin/mbake completions bash) \ --fish <($out/bin/mbake completions fish) \ --zsh <($out/bin/mbake completions zsh) ''; nativeCheckInputs = [ python3Packages.pytestCheckHook versionCheckHook Loading