Loading pkgs/applications/misc/leetcode-cli/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,10 @@ rustPlatform.buildRustPackage rec { openssl dbus sqlite ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd leetcode \ Loading Loading
pkgs/applications/misc/leetcode-cli/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,10 @@ rustPlatform.buildRustPackage rec { openssl dbus sqlite ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd leetcode \ Loading