Loading pkgs/by-name/mi/mise/package.nix +26 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ usage, mise, testers, runCommand, jq, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -89,7 +91,30 @@ rustPlatform.buildRustPackage rec { passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = mise; }; tests = { version = testers.testVersion { package = mise; }; usageCompat = # should not crash runCommand "mise-usage-compatibility" { nativeBuildInputs = [ mise usage jq ]; } '' export HOME=$(mktemp -d) spec="$(mise usage)" for shl in bash fish zsh; do echo "testing $shl" usage complete-word --shell $shl --spec "$spec" done touch $out ''; }; }; meta = { Loading Loading
pkgs/by-name/mi/mise/package.nix +26 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ usage, mise, testers, runCommand, jq, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -89,7 +91,30 @@ rustPlatform.buildRustPackage rec { passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = mise; }; tests = { version = testers.testVersion { package = mise; }; usageCompat = # should not crash runCommand "mise-usage-compatibility" { nativeBuildInputs = [ mise usage jq ]; } '' export HOME=$(mktemp -d) spec="$(mise usage)" for shl in bash fish zsh; do echo "testing $shl" usage complete-word --shell $shl --spec "$spec" done touch $out ''; }; }; meta = { Loading