lol

treewide: `\xc2\xa0` -> ` ` (#345898)

authored by

h7x4 and committed by
GitHub
5190ddc2 2171550d

+13 -13
+1 -1
nixos/modules/installer/cd-dvd/iso-image.nix
··· 8 8 * to a menuentry for use in grub. 9 9 * 10 10 * * defaults: {name, image, params, initrd} 11 - * * options: [ option... ] 11 + * * options: [ option... ] 12 12 * * option: {name, params, class} 13 13 */ 14 14 menuBuilderGrub2 =
+1 -1
nixos/modules/security/acme/default.nix
··· 344 344 serviceConfig = commonServiceConfig // { 345 345 Group = data.group; 346 346 347 - # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. 347 + # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. 348 348 # This avoids eating them all up if something is misconfigured upon the first try. 349 349 RestartSec = 15 * 60; 350 350
+1 -1
nixos/modules/services/web-apps/nextcloud.nix
··· 1020 1020 ''; 1021 1021 serviceConfig.Type = "oneshot"; 1022 1022 serviceConfig.User = "nextcloud"; 1023 - # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent 1023 + # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent 1024 1024 # an automatic creation of the database user. 1025 1025 environment.NC_setup_create_db_user = lib.mkIf (nextcloudGreaterOrEqualThan "26") "false"; 1026 1026 };
+1 -1
nixos/modules/services/web-apps/pixelfed.nix
··· 406 406 # is unnecessary as it's part of the installPhase of pixelfed. 407 407 408 408 # Install Horizon 409 - # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish 409 + # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish 410 410 411 411 # Perform the first migration. 412 412 [[ ! -f ${cfg.dataDir}/.initial-migration ]] && pixelfed-manage migrate --force && touch ${cfg.dataDir}/.initial-migration
+1 -1
nixos/tests/slurm.nix
··· 154 154 155 155 with subtest("run_distributed_command"): 156 156 # Run `hostname` on 3 nodes of the partition (so on all the 3 nodes). 157 - # The output must contain the 3 different names 157 + # The output must contain the 3 different names 158 158 submit.succeed("srun -N 3 hostname | sort | uniq | wc -l | xargs test 3 -eq") 159 159 160 160 with subtest("check_slurm_dbd"):
+1 -1
pkgs/by-name/os/ossia-score/package.nix
··· 111 111 "-DSuil_INCLUDE_DIR=${suil}/include/suil-0" 112 112 ]; 113 113 114 - # Needed for libraries that get dlopen'd 114 + # Needed for libraries that get dlopen'd 115 115 env.NIX_LDFLAGS = toString [ 116 116 "-lasound" 117 117 "-llilv-0"
+1 -1
pkgs/data/fonts/league-spartan/default.nix
··· 27 27 Taking a strong influence from ATF's classic Spartan family, we're 28 28 starting our own family out with a single strong weight. We've put a few 29 29 unique touches into a beautiful, historical typeface, and made sure to 30 - include an extensive characterset – currently totaling over 300 glyphs. 30 + include an extensive characterset – currently totaling over 300 glyphs. 31 31 32 32 Over time, the open-source license will allow us expand League Spartan 33 33 into a full family, with multiple weights and styles, and we're starting
+1 -1
pkgs/development/libraries/google-cloud-cpp/default.nix
··· 114 114 # Disable any integration tests, which need to contact the internet. 115 115 # Also disable the `storage_benchmark_*` tests. 116 116 # With Protobuf < 23.x they require -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=ON. 117 - # With Protobuf >= 23.x they require They require setting -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=OFF 117 + # With Protobuf >= 23.x they require They require setting -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=OFF 118 118 ctest --label-exclude integration-test --exclude-regex storage_benchmarks_ 119 119 120 120 runHook postInstallCheck
+1 -1
pkgs/development/python-modules/fsspec/default.nix
··· 113 113 ++ lib.optionals (stdenv.hostPlatform.isDarwin) [ 114 114 # works locally on APFS, fails on hydra with AssertionError comparing timestamps 115 115 # darwin hydra builder uses HFS+ and has only one second timestamp resolution 116 - # this two tests however, assume nanosecond resolution 116 + # this two tests however, assume nanosecond resolution 117 117 "test_modified" 118 118 "test_touch" 119 119 # tries to access /home, ignores $HOME
+1 -1
pkgs/development/python-modules/layoutparser/default.nix
··· 40 40 torchvision 41 41 effdet 42 42 ]; 43 - # paddledetection = [ paddlepaddle ] 43 + # paddledetection = [ paddlepaddle ] 44 44 }; 45 45 in 46 46 buildPythonPackage {
+1 -1
pkgs/os-specific/linux/kernel/common-config.nix
··· 562 562 563 563 USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators 564 564 USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling 565 - USB_HIDDEV = yes; # USB Raw HID Devices (like monitor controls and Uninterruptable Power Supplies) 565 + USB_HIDDEV = yes; # USB Raw HID Devices (like monitor controls and Uninterruptable Power Supplies) 566 566 567 567 # default to dual role mode 568 568 USB_DWC2_DUAL_ROLE = yes;
+1 -1
pkgs/top-level/aliases.nix
··· 1562 1562 invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05 1563 1563 timescale-prometheus = promscale; # Added 2020-09-29 1564 1564 tinygltf = throw "TinyglTF has been embedded in draco due to lack of other users and compatibility breaks."; # Added 2023-06-25 1565 - tightvnc = throw "'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure"; # Added 2024-08-22 1565 + tightvnc = throw "'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure"; # Added 2024-08-22 1566 1566 tixati = throw "'tixati' has been removed from nixpkgs as it is unfree and unmaintained"; # Added 2023-03-17 1567 1567 tkcvs = tkrev; # Added 2022-03-07 1568 1568 toil = throw "toil was removed as it was broken and requires obsolete versions of libraries"; # Added 2024-09-22
+1 -1
pkgs/top-level/perl-packages.nix
··· 18770 18770 buildInputs = [ TestNoWarnings ]; 18771 18771 perlPreHook = "export LD=$CC"; 18772 18772 meta = { 18773 - description = "Internationalizing Domain Names in Applications (UTS #46)"; 18773 + description = "Internationalizing Domain Names in Applications (UTS #46)"; 18774 18774 homepage = "https://metacpan.org/release/Net-IDN-Encode"; 18775 18775 license = with lib.licenses; [ artistic1 gpl1Plus ]; 18776 18776 };