···34343535- Auto-scrub support for Bcachefs filesystems can now be enabled through [services.bcachefs.autoScrub.enable](#opt-services.bcachefs.autoScrub.enable) to periodically check for data corruption. If there's a correct copy available, it will automatically repair corrupted blocks.36363737-- [tlsrpt-reporter], an application suite to generate and deliver TLSRPT reports. Available as [services.tlsrpt](#opt-services.tlsrpt.enable).3737+- [LibreTranslate](https://libretranslate.com), a free and open source machine translation API. Available as [services.libretranslate](#opt-services.libretranslate.enable).3838+3939+- [tlsrpt-reporter](https://github.com/sys4/tlsrpt-reporter), an application suite to generate and deliver TLSRPT reports. Available as [services.tlsrpt](#opt-services.tlsrpt.enable).38403941- [Chhoto URL](https://github.com/SinTan1729/chhoto-url), a simple, blazingly fast, selfhosted URL shortener with no unnecessary features, written in Rust. Available as [services.chhoto-url](#opt-services.chhoto-url.enable).4042
···77let88 pname = "lmstudio";991010- version_aarch64-darwin = "0.3.18-3";1111- hash_aarch64-darwin = "sha256-U720DYnywuqzZuYewzDSIqKoA5+AV7IsupmQwxOG84k=";1212- version_x86_64-linux = "0.3.18-3";1313- hash_x86_64-linux = "sha256-KnOu1fUcx1HIaijnq5K5jfALWXuU4PISPT2bF4xP9NA=";1010+ version_aarch64-darwin = "0.3.20-4";1111+ hash_aarch64-darwin = "sha256-7ku8lzg031f9rClKlu5e2xQEpQHrtroT0XH3doT8eGc=";1212+ version_x86_64-linux = "0.3.20-4";1313+ hash_x86_64-linux = "sha256-2IqNlUWqxEsQOjUE9wIJb3whXmaIvpW9ZvEAuGWYn1U=";14141515 meta = {1616 description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";
+6-8
pkgs/by-name/op/openmpi/package.nix
···157157 ]158158 ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform ucx) [159159 "shmem"160160- ]161161- ++ lib.optionals stdenv.hostPlatform.isLinux [162160 "osh"163161 ];164162 s = [···239241 ))240242 (lib.concatStringsSep "\n")241243 ]}242242- # A symlink to $\{lib.getDev pmix}/bin/pmixcc upstreeam puts here as well243243- # from some reason.244244- moveToOutput "bin/pcc" "''${!outputDev}"245244246245 # Handle informative binaries about the compilation247247- for i in {prte,ompi,oshmem}_info; do248248- moveToOutput "bin/$i" "''${!outputDev}"249249- done246246+ ${lib.pipe wrapperDataFileNames.part1 [247247+ (map (name: ''248248+ moveToOutput "bin/o${name}_info" "''${!outputDev}"249249+ ''))250250+ (lib.concatStringsSep "\n")251251+ ]}250252 '';251253252254 postFixup = ''
···1414 snis-assets1515 ];16161717+ # Basic assets are also distributed in the main repo1818+ ignoreCollisions = true;1919+1720 pathsToLink = [1821 "/"1922 "/bin"